Update app.php

This commit is contained in:
Bozhidar 2024-05-15 02:19:18 +03:00
parent b40c908bda
commit 19fd0e35d8

View file

@ -43,7 +43,7 @@ return [
|
*/
'debug' => 1, //(bool) PhyreConfig::get('APP_DEBUG', false),
'debug' => (bool) PhyreConfig::get('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------