Skip to content

Commit 8f7b98b

Browse files
committed
commit
1 parent bdd500a commit 8f7b98b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/base/abstracts/Controllers/BasePage.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ abstract class BasePage extends ContainerAwareObject
4848
*
4949
* @param ContainerInterface $container
5050
* @param Request|null $request
51+
* @param RouteInfo $route_info
5152
* @throws BasicException
53+
* @throws \DI\DependencyException
54+
* @throws \DI\NotFoundException
5255
*/
5356
public function __construct(ContainerInterface $container, Request $request, RouteInfo $route_info)
5457
{

0 commit comments

Comments
 (0)