mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-27 16:34:29 +00:00
added relationship between marking and user
added billing_amount and salestax_amount to supplierbooking table
This commit is contained in:
@@ -102,4 +102,8 @@ class User extends Authenticatable implements JWTSubject
|
||||
return $this->hasMany(Booking::class);
|
||||
}
|
||||
|
||||
public function marking(){
|
||||
return $this->hasOne(Booking::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user