示例#1
0
 public static function isDevServer() : bool
 {
     return Utility::stringContains(Config::getEnvironment(), ["dev", "test"], false);
 }