Skip to content

Commit

Permalink
🐛 Fix app path
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Apr 29, 2024
1 parent 92fd18a commit 3ed2045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
);

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

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 3ed2045

Please sign in to comment.