Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit c864edf

Browse files
authored
Update PackageSetup.php
1 parent ccb89b7 commit c864edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/PackageSetup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PackageSetup extends Command
1515
*/
1616
public function __construct()
1717
{
18-
$this->file = $this->app['files'];
18+
$this->file = app('files');
1919

2020
parent::__construct();
2121
}

0 commit comments

Comments
 (0)