Closed hafezdivandari closed 4 months ago
PR laravel/framework#51968 has to be merged before this.
Fixes #1756
Overriding the render method on \Laravel\Passport\Exceptions\OAuthServerException causes issue when registering a custom rendering closure, because this method takes precedence over the registered custom closure.
render
\Laravel\Passport\Exceptions\OAuthServerException
Thanks @hafezdivandari
PR laravel/framework#51968 has to be merged before this.
Fixes #1756
Overriding the
render
method on\Laravel\Passport\Exceptions\OAuthServerException
causes issue when registering a custom rendering closure, because this method takes precedence over the registered custom closure.