remove codeigniter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user