From 754cb01749b2127c5e472a723eb2ffd36d879256 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Sat, 18 Aug 2018 05:24:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Http/Controllers/Common/NotificationController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Common/NotificationController.php b/app/Http/Controllers/Common/NotificationController.php index 6504f3723..40a2ee4f7 100644 --- a/app/Http/Controllers/Common/NotificationController.php +++ b/app/Http/Controllers/Common/NotificationController.php @@ -111,6 +111,7 @@ class NotificationController extends Controller public function show() { $notifications = $this->getNotifications(); + return view('notifications-all', compact('notifications')); }