isEnvDeveloping static method
Check if the app is in developing
Implementation
static bool isEnvDeveloping() {
return getEnv('APP_ENV') == 'developing';
}
Check if the app is in developing
static bool isEnvDeveloping() {
return getEnv('APP_ENV') == 'developing';
}