DummyNamespace\Providers\RouteServiceProvider::boot PHP Method

boot() public method

Define your route model bindings, pattern filters, etc.
public boot ( ) : void
return void
    public function boot()
    {
        //
        parent::boot();
    }