We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd500a commit 8f7b98bCopy full SHA for 8f7b98b
app/base/abstracts/Controllers/BasePage.php
@@ -48,7 +48,10 @@ abstract class BasePage extends ContainerAwareObject
48
*
49
* @param ContainerInterface $container
50
* @param Request|null $request
51
+ * @param RouteInfo $route_info
52
* @throws BasicException
53
+ * @throws \DI\DependencyException
54
+ * @throws \DI\NotFoundException
55
*/
56
public function __construct(ContainerInterface $container, Request $request, RouteInfo $route_info)
57
{
0 commit comments