mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 02:44:42 +00:00
User authentication
This commit is contained in:
@@ -17,8 +17,6 @@ class Order extends Model
|
||||
protected $fillable = [
|
||||
'offer_id',
|
||||
'user_id',
|
||||
'start_date',
|
||||
'end_date',
|
||||
'price',
|
||||
'discount',
|
||||
];
|
||||
@@ -29,8 +27,6 @@ class Order extends Model
|
||||
* @var array<string, string>
|
||||
*/
|
||||
protected $casts = [
|
||||
'start_date' => 'datetime',
|
||||
'end_date' => 'datetime',
|
||||
'price' => 'double',
|
||||
'discount' => 'double',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user