Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Sep 20, 2023
1 parent 9967408 commit 58561e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ControlController.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function index(Request $request)
}
}
sort($attributes);
$values=array_unique($values);
$attributes=array_unique($attributes);

// get domain base on his title
$domain_title = $request->get('domain_title');
Expand Down
3 changes: 3 additions & 0 deletions resources/views/controls/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@
</select>
</div>
</div>



<div class="row-12">
<div><br></div>
</div>
Expand Down

0 comments on commit 58561e2

Please sign in to comment.