comment form

This commit is contained in:
Clément
2025-05-12 17:35:24 +02:00
committed by PRIBYLSKI
parent 2c4e7fc6b7
commit 93f670b42a
9 changed files with 115 additions and 12 deletions

View File

@@ -132,6 +132,12 @@ return [
'path' => storage_path('logs/project.log'),
'level' => 'error',
],
"projectInfo" => [
'driver' => 'single',
'path' => storage_path('logs/project.log'),
'level' => 'info',
],
],