Completed
Push — master ( 7d5a65...799482 )
by Antonio Carlos
03:28
created
src/Trivia.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     protected function load()
23 23
     {
24 24
         return json_decode(
25
-            file_get_contents(__DIR__ . '/../database/trivia.json'),
25
+            file_get_contents(__DIR__.'/../database/trivia.json'),
26 26
             true
27 27
         );
28 28
     }
Please login to merge, or discard this patch.