Skip to content

Commit

Permalink
Update ScaffoldMakeCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jan 18, 2016
1 parent c3cd5b8 commit 0f0ee12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/ScaffoldMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Laralib\L5scaffold\Makes\MakeView;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
use Illuminate\Foundation\Composer;

class ScaffoldMakeCommand extends Command
{
Expand Down Expand Up @@ -66,7 +67,7 @@ class ScaffoldMakeCommand extends Command
* @param Filesystem $files
* @param Composer $composer
*/
public function __construct(Filesystem $files, $composer)
public function __construct(Filesystem $files, Composer $composer)
{
parent::__construct();

Expand Down

0 comments on commit 0f0ee12

Please sign in to comment.