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 committed Mar 25, 2024
1 parent 3c85971 commit 108a40d
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 108a40d

Please sign in to comment.