Răsfoiți Sursa

Update bin/build_bootstrap.php for Cache classes.

Justin Hileman 12 ani în urmă
părinte
comite
3a9a8bde36
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  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',