remove codeigniter
This commit is contained in:
@@ -11,7 +11,7 @@ class WhatsappInviteLog extends BaseModel
|
||||
protected $table = 'whatsapp_invites_log';
|
||||
|
||||
/**
|
||||
* CI: timestamps disabled (we manage sent_at manually)
|
||||
* legacy: timestamps disabled (we manage sent_at manually)
|
||||
*/
|
||||
public $timestamps = false;
|
||||
|
||||
@@ -89,7 +89,7 @@ class WhatsappInviteLog extends BaseModel
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
* CI-compatible helpers
|
||||
* legacy-compatible helpers
|
||||
* ============================================================
|
||||
*/
|
||||
|
||||
@@ -140,7 +140,7 @@ class WhatsappInviteLog extends BaseModel
|
||||
|
||||
/**
|
||||
* Get logs for a parent and/or section.
|
||||
* CI: getLogs($parentId = null, $classSectionId = null)
|
||||
* legacy: getLogs($parentId = null, $classSectionId = null)
|
||||
*/
|
||||
public static function getLogs(?int $parentId = null, ?int $classSectionId = null): array
|
||||
{
|
||||
@@ -158,7 +158,7 @@ class WhatsappInviteLog extends BaseModel
|
||||
|
||||
/* ============================================================
|
||||
* Optional validation helper (FormRequest/controller)
|
||||
* Mirrors CI validation intent
|
||||
* Mirrors legacy validation intent
|
||||
* ============================================================
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user