From 30128cabdf9ed017d8f6dbcf669954877467c052 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Sat, 18 Aug 2018 10:52:37 +0530 Subject: [PATCH] Notifcation bug fix Fixed bugs in notification view for PHP7.2 #671 --- app/Http/Controllers/Common/NotificationController.php | 1 - resources/views/notifications-all.blade.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/Common/NotificationController.php b/app/Http/Controllers/Common/NotificationController.php index 8e77432ac..6504f3723 100644 --- a/app/Http/Controllers/Common/NotificationController.php +++ b/app/Http/Controllers/Common/NotificationController.php @@ -111,7 +111,6 @@ class NotificationController extends Controller public function show() { $notifications = $this->getNotifications(); - //dd($notifications); return view('notifications-all', compact('notifications')); } diff --git a/resources/views/notifications-all.blade.php b/resources/views/notifications-all.blade.php index 4e1d3ebcf..48845fadd 100644 --- a/resources/views/notifications-all.blade.php +++ b/resources/views/notifications-all.blade.php @@ -115,7 +115,7 @@ class="active"