mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
More code updates
This commit is contained in:
@@ -106,7 +106,7 @@ class VariableValidatorService
|
||||
*/
|
||||
public function validate($option)
|
||||
{
|
||||
$variables = $this->optionVariableRepository->findWhere([['option_id', '=', $option]]);
|
||||
$variables = $this->optionVariableRepository->findWhere([['egg_id', '=', $option]]);
|
||||
if (count($variables) === 0) {
|
||||
$this->results = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user