Beispiel #1
0
 /**
  * Forget all of the queued listeners.
  *
  * @return void 
  * @static 
  */
 public static function forgetQueued()
 {
     \Illuminate\Events\Dispatcher::forgetQueued();
 }