Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Actually FIX php
  • Loading branch information
NaysKutzu committed Nov 24, 2024
1 parent 65413cc commit eac6028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/boot/kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*/

try {
if (file_exists(APP_DIR . '/storage/packages')) {
require APP_DIR . '/storage/packages/autoload.php';
if (file_exists(APP_DIR . 'storage/packages')) {
require APP_DIR . 'storage/packages/autoload.php';
} else {
throw new Exception('Packages not installed');
}
Expand Down

0 comments on commit eac6028

Please sign in to comment.