Skip to content

Commit 0fba4a9

Browse files
committed
Fix Tlint
1 parent 713b5d1 commit 0fba4a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootstrap/app.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
|
1212
*/
1313

14-
$app = new LaravelZero\Framework\Application(
14+
use LaravelZero\Framework\Application;
15+
16+
$app = new Application(
1517
dirname(__DIR__)
1618
);
1719

0 commit comments

Comments
 (0)