Completed model updates for Services

This commit is contained in:
Dane Everitt
2017-02-05 17:58:17 -05:00
parent 09d23deed6
commit 323f1d943f
26 changed files with 299 additions and 167 deletions

View File

@@ -63,7 +63,7 @@ class Option
}
$option = new Models\ServiceOptions;
$option->parent_service = $service->id;
$option->service_id = $service->id;
$option->fill($data);
$option->save();