Passed
Push — develop ( eb2995...de1351 )
by Nikita
06:04
created
app/Http/Controllers/Admin/GamesController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     public function index()
37 37
     {
38
-        return view('admin.games.list',[
38
+        return view('admin.games.list', [
39 39
             'games' => $this->repository->allWith('mods')
40 40
         ]);
41 41
     }
Please login to merge, or discard this patch.