umstellung auf shared codeigniter und postgres php8.2
This commit is contained in:
@@ -11,7 +11,7 @@ class mBillDetails extends Model {
|
||||
protected $returnType = 'object';
|
||||
protected $useSoftDeletes = false;
|
||||
|
||||
protected $allowedFields = ['bill_id','comment','account_id','subamount','LKZ'];
|
||||
protected $allowedFields = ['bill_id','comment','account_id','subamount','lkz'];
|
||||
|
||||
protected $useTimestamps = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user