Nwidart\Modules\LaravelModulesServiceProvider::registerProviders PHP Method

registerProviders() protected method

Register providers.
protected registerProviders ( )
    protected function registerProviders()
    {
        $this->app->register(ConsoleServiceProvider::class);
        $this->app->register(ContractsServiceProvider::class);
    }