Commit 1887c95f by Vladislav

fix Id in api

1 parent 1f978e1d
Showing with 1 additions and 0 deletions
......@@ -45,6 +45,7 @@ class AdGroupsUpdate extends Command
{
$tokens = Tokens::whereHas('dictionaryCampaignsEnabledForExternalUpdated.groupsForExternalForNeedUpdatedForNotReserveUpdate.group')
->where('type', '!=', Tokens::MAIN)
->where('id', 6)
->get();
foreach ($tokens as $token) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!