예제 #1
0
 /**
  * Get or check the current application environment.
  *
  * @param  mixed
  *
  * @return string|bool
  */
 public static function environment()
 {
     return static::$instance->environment();
 }