master
cody 3 weeks ago
parent 08a0c50cd5
commit 28b957f6a7

@ -258,7 +258,6 @@ class CourseController extends BaseController
$all['admin_id'] = $this->getUserId(); $all['admin_id'] = $this->getUserId();
$all['department_id'] = $this->getUser()->department_id; $all['department_id'] = $this->getUser()->department_id;
} }
$original = $model->getOriginal();
$model->fill($all); $model->fill($all);
$model->save(); $model->save();
DB::commit(); DB::commit();

Loading…
Cancel
Save