Passed
Branch dev5a (b4693d)
by Ron
27:36
created
app/Domains/User/GetUserStats.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     //  Get the total count of file links the user has
50 50
     public function getUserTotalLinks()
51 51
     {
52
-        $totalLinks  = FileLinks::where('user_id', $this->userID)->count();
52
+        $totalLinks = FileLinks::where('user_id', $this->userID)->count();
53 53
         Log::debug('Retrieved count of total File Links for User ID'.$this->userID.'. Data - ', ['Total Links' => $totalLinks]);
54 54
 
55 55
         return $totalLinks;
Please login to merge, or discard this patch.