summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2023-01-29 14:31:41 +0100
committerFlorian Pritz <bluewind@xinu.at>2023-01-29 14:32:23 +0100
commitca1fddba6efbaa8ef817a06b73190f630e61836b (patch)
treeea02eb9596bd816f6d235f6a690715bcf2039106 /system
parent40330d5a2d0384e015c7c832c8f6328d3c7ec769 (diff)
feat(PHP8.2): Fix dynamic properties deprecation warnings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'system')
-rw-r--r--system/database/drivers/postgre/postgre_forge.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php
index 2857fd517..b3db836ea 100644
--- a/system/database/drivers/postgre/postgre_forge.php
+++ b/system/database/drivers/postgre/postgre_forge.php
@@ -47,6 +47,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @author EllisLab Dev Team
* @link https://codeigniter.com/userguide3/database/
*/
+#[\AllowDynamicProperties]
class CI_DB_postgre_forge extends CI_DB_forge {
/**