Skip to content

Commit

Permalink
Add explicit default null for CAS_LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tepeds authored and subfission committed Apr 5, 2024
1 parent d917553 commit 727704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 727704f

Please sign in to comment.