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
+1 -1
View File
@@ -9,7 +9,7 @@ class PayPalPayment extends BaseModel
protected $table = 'paypal_payments';
/**
* CI: created_at is managed, updated_at is NOT used.
* legacy: created_at is managed, updated_at is NOT used.
* In Laravel: enable timestamps but disable UPDATED_AT.
*/
public $timestamps = true;