Explorar o código

Update bin/build_bootstrap.php for Cache classes.

Justin Hileman %!s(int64=12) %!d(string=hai) anos
pai
achega
3a9a8bde36
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      bin/build_bootstrap.php

+ 4 - 0
bin/build_bootstrap.php

@@ -34,6 +34,10 @@ if (file_exists($file)) {
 // and load the new one
 SymfonyClassCollectionLoader::load(array(
     'Mustache_Engine',
+    'Mustache_Cache',
+    'Mustache_Cache_AbstractCache',
+    'Mustache_Cache_FilesystemCache',
+    'Mustache_Cache_NoopCache',
     'Mustache_Compiler',
     'Mustache_Context',
     'Mustache_Exception',