Skip to content

Commit

Permalink
Fix RequestMiddlewares.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzor committed Sep 6, 2022
1 parent e550b00 commit a848b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/RequestMiddlewares.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
'Subugoe/Find/ajax/getentity' => [
'target' => \Subugoe\Find\Ajax\GetEntity::class,
'after' => [
'typo3/cms-frontend/prepare-tsfe-rendering'
'typo3/cms-frontend/prepare-tsfe-rendering',
],
],
'Subugoe/Find/ajax/autocomplete' => [
'target' => \Subugoe\Find\Ajax\Autocomplete::class,
'after' => [
'typo3/cms-frontend/prepare-tsfe-rendering'
'typo3/cms-frontend/prepare-tsfe-rendering',
],
],
],
Expand Down

0 comments on commit a848b45

Please sign in to comment.