Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-18 05:24:14 +00:00
parent 30128cabdf
commit 754cb01749

View File

@@ -111,6 +111,7 @@ class NotificationController extends Controller
public function show() public function show()
{ {
$notifications = $this->getNotifications(); $notifications = $this->getNotifications();
return view('notifications-all', compact('notifications')); return view('notifications-all', compact('notifications'));
} }