Skip to content

Commit

Permalink
Merge pull request #7 from someline/1.4
Browse files Browse the repository at this point in the history
Laravel 5.4 Compatibility
  • Loading branch information
libern authored Feb 20, 2017
2 parents c70acd1 + 686db64 commit 88cde59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Someline/Repository/Generators/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

namespace Someline\Repository\Generators;

use Illuminate\Console\AppNamespaceDetectorTrait;
use Illuminate\Console\DetectsApplicationNamespace;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Support\Str;

abstract class Generator
{

use AppNamespaceDetectorTrait;
use DetectsApplicationNamespace;

/**
* The filesystem instance.
Expand Down

0 comments on commit 88cde59

Please sign in to comment.