From 108a40d579f5a4ff66a6dc511b8656fd69a241ff Mon Sep 17 00:00:00 2001 From: Dirk Tepe Date: Mon, 25 Mar 2024 07:39:31 -0400 Subject: [PATCH] Add explicit default null for CAS_LOG --- src/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.php b/src/config/config.php index dca9357..56b1754 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -160,7 +160,7 @@ | /path/to/file = create a new log at the given file path |-------------------------------------------------------------------------- */ - 'cas_log' => env('CAS_LOG'), + 'cas_log' => env('CAS_LOG', null), /* |--------------------------------------------------------------------------