Skip to content

Commit a2c47fa

Browse files
Update app/Controllers/BaseController.php
Co-authored-by: Abdul Malik Ikhsan <[email protected]>
1 parent b19bb0e commit a2c47fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Controllers/BaseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class BaseController extends Controller
3838
protected $helpers = [];
3939

4040
/**
41-
* Be sure to declare properties for anything you assign.
41+
* Be sure to declare properties for any property fetch you initialized.
4242
* The creation of dynamic property is deprecated in PHP 8.2.
4343
*/
4444
// protected $session;

0 commit comments

Comments
 (0)