예제 #1
0
 /**
  * Get the root object behind the facade.
  *
  * @return mixed 
  * @static 
  */
 public static function getFacadeRoot()
 {
     //Method inherited from \Illuminate\Support\Facades\Facade
     return \Laracasts\Flash\Flash::getFacadeRoot();
 }