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:
objecttothis
2023-01-26 17:36:54 +04:00
committed by Steve Ireland
parent 4e7b114b19
commit 8c7f5c15ca
29 changed files with 201 additions and 204 deletions

View File

@@ -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.
*/