Skip to content

Commit b7b90ec

Browse files
committed
added getDeployments
1 parent 92bc060 commit b7b90ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/AbstractIf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function __construct(ContainerInterface $container)
4949
}
5050

5151

52-
protected function getDeployments($request, $response): mixed
52+
public function getDeployments(Request $request, Response $response, array $args = []): Response
5353
{
5454
$routeContext = RouteContext::fromRequest($request);
5555
$route = $routeContext->getRoute();

0 commit comments

Comments
 (0)