Nwidart\Modules\LaravelModulesServiceProvider::registerModules PHP Method

registerModules() protected method

Register all modules.
protected registerModules ( )
    protected function registerModules()
    {
        $this->app->register(BootstrapServiceProvider::class);
    }