X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/bf3988c958bc916f2214f4601d47888a7f53c5f9..36ebf250be87fc879c8718a4f37a1a57e82121d8:/Controller/AbstractController.php 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 *