From b13f0492b71b166ac2f7a47606c361c91c066364 Mon Sep 17 00:00:00 2001 From: kent Date: Sat, 26 Jul 2025 06:20:50 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=8A=AC=EB=9E=99=EC=95=8C=EB=9E=8C?= =?UTF-8?q?=20=ED=83=80=EC=9D=B4=ED=8B=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()