Nwidart\Modules\Providers\BootstrapServiceProvider::register PHP Method

register() public method

Register the provider.
public register ( )
    public function register()
    {
        $this->app['modules']->register();
    }
BootstrapServiceProvider