Mollie\Laravel\MollieServiceProvider::boot PHP Method

boot() public method

Boot the service provider.
public boot ( ) : void
return void
    public function boot()
    {
        $this->setupConfig();
        $this->extendSocialite();
    }