Skip to content

Commit

Permalink
fix: drop another deprecated Form::inputs() call
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored May 5, 2018
1 parent 0c3b7b5 commit 75575c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Element/form/tabs.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Cake\Utility\Text;
role="tabpanel"
class="tab-pane <?= $group === $firstTab ? 'active' : '' ?>"
>
<?= $this->Form->inputs(
<?= $this->Form->controls(
array_intersect_key($fields, array_flip($groupFields)),
['legend' => false]
) ?>
Expand Down

0 comments on commit 75575c6

Please sign in to comment.