Example #1
0
 /**
  * Set the environment file to be loaded during bootstrapping.
  *
  * @param string $file
  * @return $this 
  * @static 
  */
 public static function loadEnvironmentFrom($file)
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::loadEnvironmentFrom($file);
 }