@@ -22,7 +22,7 @@ |
||
| 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 | } |