Skip to content

Commit e6d824d

Browse files
committed
fix: issue with changed app path
1 parent 89c3d28 commit e6d824d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap/app.php

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
1818
);
1919

20+
// Is this really necessary?
21+
$app->useAppPath('app/App');
22+
2023
/*
2124
|--------------------------------------------------------------------------
2225
| Bind Important Interfaces

0 commit comments

Comments
 (0)