use config helper instead of env in application code
This commit is contained in:
@ -14,6 +14,10 @@ return [
|
||||
|
||||
'name' => env('APP_NAME', 'Akaunting'),
|
||||
|
||||
'installed' => env('APP_INSTALLED', false),
|
||||
|
||||
'schedule_time' => env('APP_SCHEDULE_TIME', '9:00'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Environment
|
||||
|
Reference in New Issue
Block a user