@@ -49,7 +49,7 @@ |
||
| 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; |