Update User, Cart models.
Added isEmpty (no items), setCity, dropItems to Cart. The cart field, company, was made nullable. Updated the user field from name to username and made it unique.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ class User extends Authenticatable
|
||||
* @var array<int, string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'username',
|
||||
'matrix_username',
|
||||
'phone',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user