| @@ -72,7 +72,7 @@ | ||
| 72 | 72 | 'whitespace' => false, | 
| 73 | 73 | 'recursion.detect' => false | 
| 74 | 74 | ]); | 
| 75 | - $cache = '<?php $crudlexCacheContent = '.$contentPHP.';'; | |
| 75 | + $cache = '<?php $crudlexCacheContent = '.$contentPHP.';'; | |
| 76 | 76 | file_put_contents($this->getCacheFile($fileName), $cache); | 
| 77 | 77 | } | 
| 78 | 78 | |