Skip to content

Commit

Permalink
Fix Tlint
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Apr 29, 2024
1 parent 713b5d1 commit 0fba4a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
|
*/

$app = new LaravelZero\Framework\Application(
use LaravelZero\Framework\Application;

$app = new Application(
dirname(__DIR__)
);

Expand Down

0 comments on commit 0fba4a9

Please sign in to comment.