コード例 #1
0
ファイル: Utility.php プロジェクト: stevenimle/GMA
 public static function isDevServer() : bool
 {
     return Utility::stringContains(Config::getEnvironment(), ["dev", "test"], false);
 }