Commit d95b16f6 by Vladislav

fix variables query

1 parent a2e3a823
Showing with 1 additions and 1 deletions
......@@ -47,7 +47,7 @@ class Variable extends Model
$variables = Variable::all();
}
foreach (Variable::all() as $variable) {
foreach ($variables as $variable) {
$dictionaryCampaignVariable = $variable->findValue($dictionaryCampaign->getKey());
$value = (
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!