mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
Tidy: Remove unused variable.
This commit is contained in:
parent
b9ca5f7066
commit
8b9adfb9f8
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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user