File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55use DebugBar \DataCollector \DataCollector ;
66use DebugBar \DataCollector \Renderable ;
7- use Illuminate \Foundation \Application ;
7+ use Illuminate \Contracts \ Foundation \Application ;
88
99class FilesCollector extends DataCollector implements Renderable
1010{
11- /** @var \Illuminate\Foundation\Application */
11+ /** @var \Illuminate\Contracts\ Foundation\Application */
1212 protected $ app ;
1313 protected $ basePath ;
1414
1515 /**
16- * @param \Illuminate\Foundation\Application $app
16+ * @param \Illuminate\Contracts\ Foundation\Application $app
1717 */
1818 public function __construct (Application $ app = null )
1919 {
2020 $ this ->app = $ app ;
21- $ this ->basePath = $ app [ ' path.base ' ] ;
21+ $ this ->basePath = base_path () ;
2222 }
2323
2424 /**
You can’t perform that action at this time.
0 commit comments