Skip to content

Commit a6d64d0

Browse files
Update app/Controllers/BaseController.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 0f7098d commit a6d64d0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/Controllers/BaseController.php

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

40-
/**
40+
/**
4141
* Be sure to declare properties for anything you assign.
4242
* The creation of dynamic property is deprecated in PHP 8.2.
43-
*
44-
* protected $session;
4543
*/
44+
// protected $session;
4645

4746
/**
4847
* Constructor.

0 commit comments

Comments
 (0)