Mollie\Laravel\MollieServiceProvider::boot PHP Méthode

boot() public méthode

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