App\Providers\ConfigServiceProvider::register PHP 메소드

register() 공개 메소드

public register ( )
    public function register()
    {
        $this->configureAuthorization();
        $this->configureCacheProvider();
        $this->configureEmailRecipients();
    }