Skip to content

Commit cf9b56d

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.3
2 parents 8f3cf8b + 03a707b commit cf9b56d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/Controllers/BaseController.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ abstract class BaseController extends Controller
3737
*/
3838
protected $helpers = [];
3939

40+
/**
41+
* Be sure to declare properties for any property fetch you initialized.
42+
* The creation of dynamic property is deprecated in PHP 8.2.
43+
*/
44+
// protected $session;
45+
4046
/**
4147
* Constructor.
4248
*/

0 commit comments

Comments
 (0)