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 e397d4b46a - Show all commits

View File

@ -40,7 +40,7 @@ class DepartmentController extends Controller
$department->description = $validated['description'];
$department->position = $validated['position'];
$department->faculty_id = $validated['faculty_id'];
$department->slug = $validated['slug'];
$department->slug = $slug;
$department->save();
Log::channel('app')