@@ -115,7 +115,7 @@ |
||
115 | 115 | */ |
116 | 116 | public function read($path) |
117 | 117 | { |
118 | - return ['contents' => $this->adapter->read($path)]; |
|
118 | + return [ 'contents' => $this->adapter->read($path) ]; |
|
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |