From 0dfdce2f0b331c6a59dad5727e78e14e582c6f4b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 1 May 2018 22:55:43 +0300 Subject: [PATCH] Remove white space --- app/Listeners/SubscriptionListener.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Listeners/SubscriptionListener.php b/app/Listeners/SubscriptionListener.php index bb610d4deeed..e494af770484 100644 --- a/app/Listeners/SubscriptionListener.php +++ b/app/Listeners/SubscriptionListener.php @@ -267,8 +267,6 @@ class SubscriptionListener $jsonData['client_name'] = $entity->client->getDisplayName(); } - - foreach ($subscriptions as $subscription) { switch ($subscription->format) { case SUBSCRIPTION_FORMAT_JSON: