@@ -37,7 +37,7 @@ |
||
37 | 37 | 'email' => '[email protected]', |
38 | 38 | 'password' => bcrypt('password'), |
39 | 39 | 'active' => 1, |
40 | - 'is_installer' => 1 |
|
40 | + 'is_installer' => 1 |
|
41 | 41 | ]); |
42 | 42 | } |
43 | 43 |
@@ -55,12 +55,12 @@ |
||
55 | 55 | // return $tipFavs; |
56 | 56 | |
57 | 57 | return view('dashboard', [ |
58 | - 'custFavs' => $custFavs, |
|
59 | - 'tipFavs' => $tipFavs, |
|
60 | - 'tips30' => $tips30Days, |
|
61 | - 'tipsAll' => $tipsTotal, |
|
62 | - 'activeLinks' => $activeLinks, |
|
63 | - 'totalLinks' => $totalLinks, |
|
58 | + 'custFavs' => $custFavs, |
|
59 | + 'tipFavs' => $tipFavs, |
|
60 | + 'tips30' => $tips30Days, |
|
61 | + 'tipsAll' => $tipsTotal, |
|
62 | + 'activeLinks' => $activeLinks, |
|
63 | + 'totalLinks' => $totalLinks, |
|
64 | 64 | // 'notifications' => $notifications->toArray(), |
65 | 65 | // 'modules' => $modules |
66 | 66 | ]); |