From c48f54ec28c4e78ec4769c73aeaa8a75ef0b1927 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 7 Dec 2015 12:05:08 +0000 Subject: [PATCH] Removed unused code --- app/Http/Controllers/Dashboard/SubscriberController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/Dashboard/SubscriberController.php b/app/Http/Controllers/Dashboard/SubscriberController.php index 22798a41..053fa1b7 100644 --- a/app/Http/Controllers/Dashboard/SubscriberController.php +++ b/app/Http/Controllers/Dashboard/SubscriberController.php @@ -32,8 +32,6 @@ class SubscriberController extends Controller */ public function showSubscribers() { - $subscribers = Subscriber::all(); - return View::make('dashboard.subscribers.index') ->withPageTitle(trans('dashboard.subscribers.subscribers').' - '.trans('dashboard.dashboard')) ->withSubscribers(Subscriber::all());