Example #1
0
 /**
  * Gets the name of the application.
  *
  * @return string The application name
  * @api 
  * @static 
  */
 public static function getName()
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::getName();
 }