/**
  * Get the HTML from the Lumen welcome screen.
  *
  * @return string 
  * @static 
  */
 public static function welcome()
 {
     return \Laravel\Lumen\Application::welcome();
 }