Skip to content

Commit

Permalink
Hotfix: add forgotten optional action to model editing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtolhuys committed Mar 6, 2020
1 parent 3ea3014 commit f233f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Http/Controllers/ModelsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public function edit(EditModelRequest $request)
{
(new EditModelAction())->execute($request);

$this->optionalActions($request);

Cache::forget('schematics');

return response('Model changed', 200);
Expand Down

0 comments on commit f233f81

Please sign in to comment.