mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-26 02:20:39 +00:00
- favicon fix
- checkout fix - stripe prefered locales - color theme - stripe card info box in dev version
This commit is contained in:
@@ -588,7 +588,7 @@ function get_image_meta_data($file)
|
||||
*/
|
||||
function is_dev()
|
||||
{
|
||||
return env('APP_ENV') === 'local' ? true : false;
|
||||
return env('APP_ENV') === 'local' ? 1 : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user