fixed recurring route binding and scope
This commit is contained in:
@ -37,7 +37,7 @@ class Company implements Scope
|
||||
}
|
||||
|
||||
// Skip if already exists
|
||||
if ($this->scopeExists($builder, 'company_id')) {
|
||||
if ($this->scopeColumnExists($builder, 'company_id')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user