Update
This commit is contained in:
@@ -10,4 +10,14 @@ class Task extends Model
|
||||
use HasFactory;
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
/**
|
||||
* The attributes that should be mutated to dates.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $dates = [
|
||||
'last_ping_at',
|
||||
];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user