Mollie\Laravel\MollieServiceProvider::boot PHP 메소드

boot() 공개 메소드

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