コード例 #1
0
 /**
  * Set the directory for the environment file.
  *
  * @param string $path
  * @return $this 
  * @static 
  */
 public static function useEnvironmentPath($path)
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::useEnvironmentPath($path);
 }