Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 108a40d

Browse files
committed
Add explicit default null for CAS_LOG
1 parent 3c85971 commit 108a40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/config/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
| /path/to/file = create a new log at the given file path
161161
|--------------------------------------------------------------------------
162162
*/
163-
'cas_log' => env('CAS_LOG'),
163+
'cas_log' => env('CAS_LOG', null),
164164

165165
/*
166166
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)