예제 #1
0
 /**
  * Sets the application name.
  *
  * @param string $name The application name
  * @api 
  * @static 
  */
 public static function setName($name)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::setName($name);
 }