From c4d64639fd3fd9be6a65c5f4e0de2fd1e5d62f1c Mon Sep 17 00:00:00 2001 From: Erik Campobadal Date: Sun, 14 May 2017 19:28:35 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Controllers/PublicController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Controllers/PublicController.php b/src/Controllers/PublicController.php index bd257a0..245f460 100644 --- a/src/Controllers/PublicController.php +++ b/src/Controllers/PublicController.php @@ -4,10 +4,7 @@ use App\Http\Controllers\Controller; use Auth; -use Illuminate\Http\Request; use Laralum\Notifications\Models\Notification; -use Laralum\Notifications\Models\Settings; -use Laralum\Notifications\Notifications\MessageNotification; use Laralum\Users\Models\User; class PublicController extends Controller @@ -37,5 +34,4 @@ public function show(Notification $notification) return view('laralum_notifications::public.show', ['notification' => $notification]); } - }