Calotype\SEO\Providers\SEOServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( ) : void
return void
    public function register()
    {
        $this->app['config']->package('calotype/seo', __DIR__ . '/../../../config', 'calotype-seo');
        $this->registerBindings();
    }