@@ -86,7 +86,7 @@ |
||
| 86 | 86 | |
| 87 | 87 | if ($publishedPlatforms) { |
| 88 | 88 | try { |
| 89 | - $publishedPlatforms->each(function ($platform) use ($ad) { |
|
| 89 | + $publishedPlatforms->each(function($platform) use ($ad) { |
|
| 90 | 90 | $platformHelper = $this->getHelperClassFromPlatform($platform); |
| 91 | 91 | $platformHelper->unpublish($ad, $platform); |
| 92 | 92 | $ad->platforms()->detach($platform->id); |