missing paid_at as date field
This commit is contained in:
parent
05f216a0d0
commit
dc9b33a68f
@ -15,6 +15,8 @@ class Payment extends Model
|
||||
|
||||
protected $table = 'payments';
|
||||
|
||||
protected $dates = ['deleted_at', 'paid_at'];
|
||||
|
||||
/**
|
||||
* Attributes that should be mass-assignable.
|
||||
*
|
||||
|
@ -15,6 +15,8 @@ class Revenue extends Model
|
||||
|
||||
protected $table = 'revenues';
|
||||
|
||||
protected $dates = ['deleted_at', 'paid_at'];
|
||||
|
||||
/**
|
||||
* Attributes that should be mass-assignable.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user