Update repository base code to be cleaner and make use of PHP 7 features
This commit is contained in:
parent
0ec5a4e08c
commit
60eb60013c
96 changed files with 1048 additions and 1785 deletions
|
@ -49,7 +49,7 @@ class VariableUpdateService
|
|||
]));
|
||||
}
|
||||
|
||||
$search = $this->repository->withColumns('id')->findCountWhere([
|
||||
$search = $this->repository->setColumns('id')->findCountWhere([
|
||||
['env_variable', '=', array_get($data, 'env_variable')],
|
||||
['egg_id', '=', $variable->egg_id],
|
||||
['id', '!=', $variable->id],
|
||||
|
|
Reference in a new issue