mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
upgrade subscription popup
This commit is contained in:
@@ -768,7 +768,7 @@ if (! function_exists('is_dev')) {
|
||||
*/
|
||||
function is_dev()
|
||||
{
|
||||
return env('APP_ENV') === 'local';
|
||||
return config('app.env') === 'local';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user