예제 #1
0
파일: Utility.php 프로젝트: stevenimle/GMA
 public static function isDevServer() : bool
 {
     return Utility::stringContains(Config::getEnvironment(), ["dev", "test"], false);
 }