Skip to content

Commit

Permalink
Fix call to \Kitodo\Dlf\Middleware\SruMiddleware
Browse files Browse the repository at this point in the history
Signed-off-by: Christos Sidiropoulos <[email protected]>
  • Loading branch information
csidirop committed Nov 6, 2023
1 parent 60e67ec commit 3f550b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/RequestMiddlewares.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
return [
'frontend' => [
'dfgviewer/sru' => [
'target' => \Kitodo\Dlf\Middleware\SruMiddleware::class,
'target' => Slub\Dfgviewer\Middleware\SruMiddleware::class,
'after' => [
'typo3/cms-frontend/prepare-tsfe-rendering'
]
Expand Down

0 comments on commit 3f550b7

Please sign in to comment.