Created
March 23, 2020 04:33
-
-
Save Naoray/743c436c584f374ed5f6924b26cc1bde to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use Laravel\Nova\Nova; | |
protected function withoutNovaExceptionHandling(array $except = []) | |
{ | |
Nova::serving(function ($event) use ($except) { | |
$this->withoutExceptionHandling($except); | |
}); | |
return $this; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment