upgrade subscription popup

This commit is contained in:
Čarodej
2022-03-04 11:35:38 +01:00
parent 6155173d82
commit 0f4b80ddac
34 changed files with 269 additions and 67 deletions

View File

@@ -768,7 +768,7 @@ if (! function_exists('is_dev')) {
*/
function is_dev()
{
return env('APP_ENV') === 'local';
return config('app.env') === 'local';
}
}