mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Update repository base code to be cleaner and make use of PHP 7 features
This commit is contained in:
@@ -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 New Issue
Block a user