Route model binding fixes
This commit is contained in:
parent
cfc4a49651
commit
b45a4d8133
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ class VendorContact extends Authenticatable implements HasLocalePreference
|
|||
{
|
||||
return $this
|
||||
->withTrashed()
|
||||
->company()
|
||||
// ->company()
|
||||
->where('id', $this->decodePrimaryKey($value))
|
||||
->firstOrFail();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue