We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7df00 commit 0f7098dCopy full SHA for 0f7098d
1 file changed
app/Controllers/BaseController.php
@@ -38,11 +38,11 @@ abstract class BaseController extends Controller
38
protected $helpers = [];
39
40
/**
41
- * To declare the session propety to allow for global
42
- * initialization in the initController() method
43
- * See the Creation of dynamic property depreciation i php 8.2
+ * Be sure to declare properties for anything you assign.
+ * The creation of dynamic property is deprecated in PHP 8.2.
+ *
44
+ * protected $session;
45
*/
- // public $session;
46
47
48
* Constructor.
0 commit comments