Add a silenced email channel for the Demo mode

This commit is contained in:
Bubka 2024-04-15 21:42:04 +02:00
parent 0dee0f51f0
commit 4e22fe7e2c

View File

@ -126,6 +126,11 @@
'emergency' => [ 'emergency' => [
'path' => storage_path('logs/laravel.log'), 'path' => storage_path('logs/laravel.log'),
], ],
'silent' => [
'driver' => 'monolog',
'handler' => NullHandler::class,
],
], ],
]; ];