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