remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
+4 -4
View File
@@ -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
* ============================================================
*/