remove codeigniter
This commit is contained in:
@@ -9,7 +9,7 @@ class PaymentTransaction extends BaseModel
|
||||
{
|
||||
protected $table = 'payment_transactions';
|
||||
|
||||
// ✅ CI: useTimestamps = true (created_at/updated_at)
|
||||
// ✅ legacy: useTimestamps = true (created_at/updated_at)
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
@@ -43,7 +43,7 @@ class PaymentTransaction extends BaseModel
|
||||
}
|
||||
|
||||
/* =========================
|
||||
* CI method equivalents
|
||||
* legacy method equivalents
|
||||
* ========================= */
|
||||
|
||||
public static function getTransactionsByPaymentId(int $paymentId): array
|
||||
|
||||
Reference in New Issue
Block a user