Example #1
0
 /**
  * Get the version number of the application.
  *
  * @return string 
  * @static 
  */
 public static function version()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::version();
 }