fix logging level to Faculty
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Successful in 20m34s Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 32s Details

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,