From cb9d9e4b013862c158a27b9e8faa2efe0bbeee00 Mon Sep 17 00:00:00 2001 From: Adrien Poupa Date: Thu, 6 Dec 2018 22:59:49 -0500 Subject: [PATCH] StyleCI --- app/Composers/DashboardComposer.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Composers/DashboardComposer.php b/app/Composers/DashboardComposer.php index 06c4609f..4d7bb3f7 100644 --- a/app/Composers/DashboardComposer.php +++ b/app/Composers/DashboardComposer.php @@ -37,9 +37,10 @@ class DashboardComposer private $subscriberCount; /** - * DashboardComposer constructor + * DashboardComposer constructor. */ - public function __construct() { + public function __construct() + { if (is_null($this->componentCount)) { $this->componentCount = Component::count(); }