Skip to content

Commit 1e1d24b

Browse files
committed
Fix: Creation of dynamic property depreciation to allow for session initialization
1 parent d099945 commit 1e1d24b

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
@@ -40,7 +40,7 @@ abstract class BaseController extends Controller
4040
/**
4141
* To declare the session propety to allow for global
4242
* initialization in the initController() method
43-
* @var object
43+
* See the Creation of dynamic property depreciation i php 8.2
4444
*/
4545
public $session;
4646

0 commit comments

Comments
 (0)