More code updates
This commit is contained in:
parent
cc297eea09
commit
17642bffe7
32 changed files with 209 additions and 2863 deletions
|
@ -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 a new issue