forked from TFMM/silent-auction
upgrade to new versions
This commit is contained in:
@@ -21,10 +21,13 @@ class Checkout extends Model
|
||||
'updated_at'
|
||||
];
|
||||
|
||||
protected $dates = [
|
||||
'created_at',
|
||||
'updated_at'
|
||||
];
|
||||
protected function casts(): array
|
||||
{
|
||||
return [
|
||||
'created_at' => 'datetime',
|
||||
'updated_at' => 'datetime',
|
||||
];
|
||||
}
|
||||
|
||||
public function bidders()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user