예제 #1
0
 /**
  * Detect the application's current environment.
  *
  * @param  array|string|Callable  $environments
  *
  * @return string
  */
 public static function detectEnvironment($environments)
 {
     return static::$instance->detectEnvironment($environments);
 }