mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 23:46:35 -04:00
CI4 4.3.1 upgrade
- add missing files - overwrite changed files - merge code changes - Matched .htaccess file in /public/ to CI4 - Corrected naming of Error language file to Errors - Refactored references to Error language file
This commit is contained in:
committed by
Steve Ireland
parent
4e7b114b19
commit
8c7f5c15ca
@@ -37,6 +37,12 @@ abstract class BaseController extends Controller
|
||||
*/
|
||||
protected $helpers = [];
|
||||
|
||||
/**
|
||||
* Be sure to declare properties for any property fetch you initialized.
|
||||
* The creation of dynamic property is deprecated in PHP 8.2.
|
||||
*/
|
||||
// protected $session;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user