Completed
Pull Request — develop (#28)
by Neil
07:35
created
app/Http/Controllers/HomeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,6 +21,6 @@
 block discarded – undo
21 21
     public function about() {
22 22
         $versions = $this->api->be(auth()->user())->get('/api/info');
23 23
         $stats    = $this->api->be(auth()->user())->get('/api/stats');
24
-        return view('general.about', ['versions'=>$versions,'stats'=>$stats]);
24
+        return view('general.about', ['versions'=>$versions, 'stats'=>$stats]);
25 25
     }
26 26
 }
Please login to merge, or discard this patch.