SebastiaanLuca\Router\EventHandlers\RegisterRouteMiddleware::handle PHP Method

handle() public method

Handle the event.
public handle ( )
    public function handle()
    {
        app('router')->linkNamedRouteMiddleware();
    }
RegisterRouteMiddleware