diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 8dbd057..48369d6 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -28,7 +28,7 @@ protected function sendSlackException(Throwable $e): void if (!$url) return; Http::post($url, [ - 'text' => "*🚨[".env('APP_ENV')."] Laravel μ˜ˆμ™Έ λ°œμƒ!*\n" . + 'text' => "*[Laravel] μ˜ˆμ™Έ λ°œμƒ!*\n" . "β€’ λ©”μ‹œμ§€: `{$e->getMessage()}`\n" . "β€’ μœ„μΉ˜: `{$e->getFile()}:{$e->getLine()}`\n" . "β€’ μ‹œκ°„: " . now()->toDateTimeString()