forked from aslan/applicant-site
prodV1 #2
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue