fix slug deparment
This commit is contained in:
parent
78c5d7700e
commit
e397d4b46a
|
@ -40,7 +40,7 @@ class DepartmentController extends Controller
|
||||||
$department->description = $validated['description'];
|
$department->description = $validated['description'];
|
||||||
$department->position = $validated['position'];
|
$department->position = $validated['position'];
|
||||||
$department->faculty_id = $validated['faculty_id'];
|
$department->faculty_id = $validated['faculty_id'];
|
||||||
$department->slug = $validated['slug'];
|
$department->slug = $slug;
|
||||||
$department->save();
|
$department->save();
|
||||||
|
|
||||||
Log::channel('app')
|
Log::channel('app')
|
||||||
|
|
Loading…
Reference in New Issue