Skip to content

Commit 3ed2045

Browse files
authored
🐛 Fix app path
1 parent 92fd18a commit 3ed2045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
1616
);
1717

18-
$app->useAppPath('vendor/juzaweb/modules/Backend');
18+
$app->useAppPath('vendor/juzaweb/modules/modules/Backend');
1919

2020
/*
2121
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)