Exemplo n.º 1
0
 /**
  * Forget all of the pushed listeners.
  *
  * @return void 
  * @static 
  */
 public static function forgetPushed()
 {
     \Illuminate\Events\Dispatcher::forgetPushed();
 }