prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 59d2e38110 - Show all commits

View File

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