Arcanedev\SeoHelper\SeoHelperServiceProvider::boot PHP Method

boot() public method

Boot the service provider.
public boot ( )
    public function boot()
    {
        parent::boot();
        $this->publishConfig();
    }