forget() public static method

Remove a set of listeners from the dispatcher.
public static forget ( string $event ) : void
$event string
return void
 public function __construct()
 {
     Event::forget('router.filter: csrf');
 }