mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[PHP8.2] Updated CI files to work with PHP8.2
This commit is contained in:
@@ -50,6 +50,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
* @author EllisLab Dev Team
|
||||
* @link https://codeigniter.com/userguide3/database/
|
||||
*/
|
||||
#[AllowDynamicProperties]
|
||||
abstract class CI_DB_driver {
|
||||
|
||||
/**
|
||||
@@ -825,7 +826,7 @@ abstract class CI_DB_driver {
|
||||
{
|
||||
return $this->_trans_status;
|
||||
}
|
||||
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user