Revert "Tidy: Remove unused variable."

This commit is contained in:
Graham Campbell
2015-12-07 12:04:05 +00:00
parent ffeaed336e
commit be793a9fd1

View File

@@ -32,6 +32,8 @@ 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());