Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3988c
)
Readd request member instance
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 10:29:12 +0000
(11:29 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 10:29:12 +0000
(11:29 +0100)
Controller/AbstractController.php
patch
|
blob
|
history
diff --git
a/Controller/AbstractController.php
b/Controller/AbstractController.php
index a859e5a20ce40f2740cdac4a201e0d961445a7dc..8750a20d2c6e85c01dbe8865350d80ff6761e3d4 100644
(file)
--- 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
*