Arcanedev\SeoHelper\SeoHelperServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( )
    public function register()
    {
        $this->registerConfig();
        $this->registerProvider(Providers\UtilityServiceProvider::class);
        $this->registerSeoHelperService();
    }