Skip to content

Commit 7b4d9b9

Browse files
committed
Commented session property declaration
1 parent 1e1d24b commit 7b4d9b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Controllers/BaseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ abstract class BaseController extends Controller
4242
* initialization in the initController() method
4343
* See the Creation of dynamic property depreciation i php 8.2
4444
*/
45-
public $session;
45+
// public $session;
4646

4747
/**
4848
* Constructor.

0 commit comments

Comments
 (0)