2
0
mirror of https://github.com/opencultureconsulting/psr-15.git synced 2025-04-13 00:00:13 +02:00

Fix typo in method name

This commit is contained in:
Sebastian Meyer 2024-04-17 16:31:31 +02:00
parent 998dc4979c
commit 87aac8fded

View File

@ -177,7 +177,7 @@ class QueueRequestHandler implements RequestHandler
* *
* @internal * @internal
*/ */
protected function magicGetQueue(): MiddlewareQueue protected function _magicGetQueue(): MiddlewareQueue
{ {
return $this->queue; return $this->queue;
} }