Skip to content

Commit

Permalink
Laravel 5.4 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Feb 20, 2017
1 parent 3e80803 commit 686db64
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 686db64

Please sign in to comment.