fix logging level to Faculty

This commit is contained in:
aslan 2024-03-12 13:51:06 +03:00
parent 5cf8061fd5
commit 59d2e38110
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class FacultyController extends Controller
{
if ($faculty->departments()->exists()) {
Log::channel('app')
->critical(
->error(
'NOT DELETE факультет {faculty} - user {user}',
[
'user' => Auth::user()->name,