Skip to content

Commit

Permalink
style: composer cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 5, 2023
1 parent b08dea4 commit a525e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/Filters/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,12 @@ public function runRequired(string $position = 'before')

// Set the toolbar filter to the last position to be executed
$afters = [];
$found = true;
$found = true;

foreach ($this->config->required['after'] as $alias) {
if ($alias === 'toolbar') {
$found = true;

continue;
}

Expand Down

0 comments on commit a525e32

Please sign in to comment.