Skip to content

Commit

Permalink
CoreExtension: added function group()
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 3, 2024
1 parent f1fb20d commit bbd7250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Latte/Essential/CoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public function getFunctions(): array
'divisibleBy' => [$this->filters, 'divisibleBy'],
'even' => [$this->filters, 'even'],
'first' => [$this->filters, 'first'],
'group' => [$this->filters, 'group'],
'last' => [$this->filters, 'last'],
'odd' => [$this->filters, 'odd'],
'slice' => [$this->filters, 'slice'],
Expand Down

0 comments on commit bbd7250

Please sign in to comment.