code change
Some checks failed
Build MapleDeploy Coolify Image / build (push) Failing after 1s

This commit is contained in:
rosslh 2026-02-11 21:22:05 -05:00
parent 1470554309
commit b88e1feaca

View file

@ -12,7 +12,7 @@
*/
$app = new Illuminate\Foundation\Application(
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__) ?? 'test'
);
/*