@@ -35,12 +35,12 @@ |
||
35 | 35 | Log::debug('Tech Tip Favorites for ' . Auth::user()->full_name . ': ', $tipFavs->toArray()); |
36 | 36 | |
37 | 37 | return view('dashboard', [ |
38 | - 'custFavs' => $custFavs, |
|
39 | - 'tipFavs' => $tipFavs, |
|
40 | - 'tips30' => $tips30Days, |
|
41 | - 'tipsAll' => $tipsTotal, |
|
42 | - 'activeLinks' => $activeLinks, |
|
43 | - 'totalLinks' => $totalLinks, |
|
38 | + 'custFavs' => $custFavs, |
|
39 | + 'tipFavs' => $tipFavs, |
|
40 | + 'tips30' => $tips30Days, |
|
41 | + 'tipsAll' => $tipsTotal, |
|
42 | + 'activeLinks' => $activeLinks, |
|
43 | + 'totalLinks' => $totalLinks, |
|
44 | 44 | ]); |
45 | 45 | } |
46 | 46 |