add id card to profile

This commit is contained in:
2026-05-20 15:22:13 +03:30
parent 1ba141e715
commit 463ca3f006
6 changed files with 53 additions and 21 deletions

View File

@@ -127,6 +127,12 @@ return [
'path' => storage_path('logs/laravel.log'),
],
'fib_authorization' => [
'driver' => 'single',
'path' => storage_path('logs/fib/authorization.log'),
'level' => 'error',
],
],
];