示例#1
0
 /**
  * Hotswap the underlying instance behind the facade.
  *
  * @param mixed $instance
  * @return void 
  * @static 
  */
 public static function swap($instance)
 {
     //Method inherited from \Illuminate\Support\Facades\Facade
     \Laracasts\Flash\Flash::swap($instance);
 }