Commit 286c5489 by Vladislav

fix remove dd

1 parent d6cea357
......@@ -50,10 +50,6 @@ class DictionaryCampaignsSyncByCampaign extends Command
$goalAdGroup = GoalAdGroup::updateOrCreateByMain($adGroup, $dictionaryCampaign);
if ($goalAdGroup->wasRecentlyCreated) {
dd($goalAdGroup, $goalAdGroup->id);
}
$adGroup->keywords->each(function (Keyword $keyword) use ($goalAdGroup, $dictionaryCampaign) {
GoalKeyword::updateOrCreateByMain($keyword, $goalAdGroup, $dictionaryCampaign);
});
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!