Example #1
0
 /**
  * Get the application instance behind the facade.
  *
  * @return \Illuminate\Contracts\Foundation\Application 
  * @static 
  */
 public static function getFacadeApplication()
 {
     //Method inherited from \Illuminate\Support\Facades\Facade
     return \Laracasts\Flash\Flash::getFacadeApplication();
 }