X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/f4334bf103ec3b821270b61e270f9222a5c3d495..fc72d021179771aa4ec91b683ce7406e4a9322f1:/Controller/AbstractController.php?ds=inline diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index a859e5a..8750a20 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -66,6 +66,11 @@ abstract class AbstractController extends BaseAbstractController implements Serv */ protected int $page; + /** + * Request instance + */ + protected Request $request; + /** * Abstract constructor *