Skip to content

Commit

Permalink
Update PackageSetup.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 authored Jul 19, 2019
1 parent d772677 commit 9a1a29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/PackageSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PackageSetup extends Command
*/
public function __construct()
{
$this->file = $this->app['files'];
$this->file = app('files');

parent::__construct();
}
Expand Down

0 comments on commit 9a1a29c

Please sign in to comment.