@@ -49,7 +49,7 @@ |
||
| 49 | 49 | $cache = new ConfigCache($filename, $this->debug); |
| 50 | 50 | |
| 51 | 51 | if (!$cache->isFresh()) { |
| 52 | - $content = '<?php return ' . var_export($this->getEntities(), true) . ';'; |
|
| 52 | + $content = '<?php return ' . var_export($this->getEntities(), true) . ';'; |
|
| 53 | 53 | $cache->write($content, $this->getResources()); |
| 54 | 54 | } |
| 55 | 55 | } |