Skip to content

Commit

Permalink
Merge pull request CodeSleeve#99 from iWader/patch-1
Browse files Browse the repository at this point in the history
Use \Illuminate\Contracts\View\Factory
  • Loading branch information
tabennett authored Feb 4, 2017
2 parents 6b0ea71 + 3643379 commit 3be4383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/FastenCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Console\Command;
use Illuminate\Support\Str;
use Illuminate\View\Factory as View;
use Illuminate\Contracts\View\Factory as View;
use Illuminate\Filesystem\Filesystem as File;
use Symfony\Component\Console\Input\InputArgument;

Expand Down

0 comments on commit 3be4383

Please sign in to comment.