Skip to content

Commit 9ea0cd3

Browse files
Codexsamdark
andauthored
Add reflection import to callable factory
Co-authored-by: samdark <47294+samdark@users.noreply.github.com>
1 parent 2be2f78 commit 9ea0cd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Middleware/CallableFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Psr\Container\ContainerInterface;
1010
use Psr\Container\NotFoundExceptionInterface;
1111
use ReflectionException;
12+
use ReflectionMethod;
1213

1314
use function is_array;
1415
use function is_callable;

0 commit comments

Comments
 (0)