diff --git a/app/Http/Controllers/SubscribeController.php b/app/Http/Controllers/SubscribeController.php index f2ce15cadf1e..1a65ba25cb14 100644 --- a/app/Http/Controllers/SubscribeController.php +++ b/app/Http/Controllers/SubscribeController.php @@ -127,7 +127,7 @@ public function getUnsubscribe($code = null, $subscription = null) if ($subscription) { dispatch(new UnsubscribeSubscriptionCommand(Subscription::forSubscriber($subscriber->id)->firstOrFail())); } else { - dispatch(new UnsubscribeSubscriberCommand($subscriber, $subscription)); + dispatch(new UnsubscribeSubscriberCommand($subscriber)); } return Redirect::route('status-page')