@@ -31,6 +31,6 @@ |
||
31 | 31 | |
32 | 32 | public function __construct() |
33 | 33 | { |
34 | - $this->file = new FileRepository(__DIR__.'/../../../cache/books.db', new AccessorObjectIdentifier('id')); |
|
34 | + $this->file = new FileRepository(__DIR__ . '/../../../cache/books.db', new AccessorObjectIdentifier('id')); |
|
35 | 35 | } |
36 | 36 | } |
@@ -64,6 +64,6 @@ |
||
64 | 64 | |
65 | 65 | public function __construct() |
66 | 66 | { |
67 | - $this->file = new FileRepository(__DIR__.'/../../../cache/reservations.db', new AccessorObjectIdentifier('id')); |
|
67 | + $this->file = new FileRepository(__DIR__ . '/../../../cache/reservations.db', new AccessorObjectIdentifier('id')); |
|
68 | 68 | } |
69 | 69 | } |