Fixes for checking constraints
This commit is contained in:
parent
36ce02074a
commit
52d2172953
1 changed files with 1 additions and 0 deletions
|
|
@ -561,6 +561,7 @@ class Import implements ShouldQueue
|
|||
$model_query = (new $model())
|
||||
->query()
|
||||
->where($column, $value)
|
||||
->where('company_id', $this->company->id)
|
||||
->exists();
|
||||
|
||||
if($model_query)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue