Skip to content

Commit

Permalink
Merge pull request #162 from JaxxC/patch-2
Browse files Browse the repository at this point in the history
Update MakeCommand.php to support Laravel 5.2
  • Loading branch information
franzose committed Dec 25, 2015
2 parents 4ba8e34 + 5e6c95a commit 77f57db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Franzose/ClosureTable/Console/MakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Illuminate\Console\AppNamespaceDetectorTrait;
use Illuminate\Console\Command;
use Illuminate\Foundation\Composer;
use Illuminate\Support\Composer;
use Symfony\Component\Console\Input\InputOption;
use Franzose\ClosureTable\Generators\Migration;
use Franzose\ClosureTable\Generators\Model;
Expand Down

3 comments on commit 77f57db

@penteleq
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes an error

@franzose
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@penteleq if you use Laravel 5.1, please switch to L5.1 branch. Master is always for the actual version of the framework.

@penteleq
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did it. Thanks.

Please sign in to comment.