From d273cf5a71831009155d9c210562fb788571aa37 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 23 May 2022 21:50:58 -0400 Subject: [PATCH] Use the stack for logged deprecations --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 14e10de..b1850b7 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,7 @@ APP_DEBUG=true APP_URL=http://localhost LOG_CHANNEL=stack -LOG_DEPRECATIONS_CHANNEL=null +LOG_DEPRECATIONS_CHANNEL=stack LOG_LEVEL=debug DB_CONNECTION=mysql