diff --git a/appengine/flexible/laravel/app/Exceptions/Handler.php b/appengine/flexible/laravel/app/Exceptions/Handler.php index 109dec222d..1b39369755 100644 --- a/appengine/flexible/laravel/app/Exceptions/Handler.php +++ b/appengine/flexible/laravel/app/Exceptions/Handler.php @@ -35,7 +35,7 @@ class Handler extends ExceptionHandler * @param \Exception $exception * @return void */ - # [START stackdriver_exception_handler_configuration ] + # [START stackdriver_exception_handler_configuration] public function report(Exception $exception) { if (isset($_SERVER['GAE_SERVICE'])) { @@ -44,7 +44,7 @@ public function report(Exception $exception) parent::report($exception); } } - # [END stackdriver_exception_handler_configuration ] + # [END stackdriver_exception_handler_configuration] /** * Render an exception into an HTTP response.