Skip to content

Commit 24bfa8c

Browse files
committed
remove advanced configuration options
1 parent f212850 commit 24bfa8c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/config/understand-laravel.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,6 @@
3030
*/
3131
'sql_enabled' => true,
3232

33-
// `\Log::info`, `\Log::debug` and NOT `\Exception` or `\Throwable`
34-
'events' => [
35-
'meta' => [
36-
// ...
37-
]
38-
],
39-
40-
// `\Log::notice`, `\Log::warning`, `\Log::error`, `\Log::critical`, `\Log::alert`, `\Log::emergency` and `\Exception`, `\Throwable`
41-
'errors' => [
42-
'meta' => [
43-
// ...
44-
]
45-
],
46-
4733
/**
4834
* SSL CA Bundle location
4935
*/

0 commit comments

Comments
 (0)