2
0
mirror of https://github.com/opencultureconsulting/psr-15.git synced 2025-03-09 00:00:31 +01: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
*/
protected function magicGetQueue(): MiddlewareQueue
protected function _magicGetQueue(): MiddlewareQueue
{
return $this->queue;
}