Remove deleted_at as a date field
This commit is contained in:
committed by
Graham Campbell
parent
bb71d0175f
commit
167b90265f
@@ -42,7 +42,7 @@ class Subscriber extends Model implements HasPresenter
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $dates = ['deleted_at', 'verified_at'];
|
||||
protected $dates = ['verified_at'];
|
||||
|
||||
/**
|
||||
* Overrides the models boot method.
|
||||
|
||||
Reference in New Issue
Block a user