Merge pull request #1208 from thehereward/master
Tidy: Remove unused variable.
This commit is contained in:
2
app/Http/Controllers/Dashboard/SubscriberController.php
Normal file → Executable file
2
app/Http/Controllers/Dashboard/SubscriberController.php
Normal file → Executable file
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user