This commit is contained in:
2021-11-29 14:35:09 +08:00
parent 24b69507b2
commit 4d1587bc8d
3 changed files with 27 additions and 16 deletions
+1
View File
@@ -41,6 +41,7 @@ use Psr\Http\Server\MiddlewareInterface;
* @param mixed $class
* @param mixed|null $method
* @return $this
* @throws \ReflectionException
*/
public function execute(mixed $class, mixed $method = null): mixed
{