Arcanedev\Localization\LocalizationServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( )
    public function register()
    {
        $this->registerConfig();
        $this->app->register(Providers\RoutingServiceProvider::class);
        $this->app->register(Providers\UtilitiesServiceProvider::class);
        $this->registerLocalization();
        $this->registerAliases();
    }