Skip to content

Commit

Permalink
Merge pull request #155 from dbarzin/dev
Browse files Browse the repository at this point in the history
Fix clause
  • Loading branch information
dbarzin authored Oct 4, 2024
2 parents 669ad8f + 5509e1e commit 64173d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/MeasureController.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ public function activate(Request $request)
$control->name = $request->get('name');
$control->scope = $request->get('scope');
$control->attributes = $request->get('attributes[]');
$control->clause = $request->get('clause');
$control->objective = $request->get('objective');
$control->input = $request->get('input');
$control->model = $request->get('model');
Expand Down

0 comments on commit 64173d9

Please sign in to comment.