Commit 9996781e by Vladislav

#20443 Загрузка и синхронизация изображений

1 parent 11917666
Showing with 0 additions and 1 deletions
...@@ -45,7 +45,6 @@ class AdImagesAdd extends Command ...@@ -45,7 +45,6 @@ class AdImagesAdd extends Command
{ {
$tokens = Tokens::whereHas('goalAdImagesForNotExternalForNotReserveCreate.adImage') $tokens = Tokens::whereHas('goalAdImagesForNotExternalForNotReserveCreate.adImage')
->where('type', '!=', Tokens::MAIN) ->where('type', '!=', Tokens::MAIN)
->where('id', 8)
->get(); ->get();
foreach ($tokens as $token) { 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!