Update bin/build_bootstrap.php for Cache classes.
This commit is contained in:
@@ -34,6 +34,10 @@ if (file_exists($file)) {
|
|||||||
// and load the new one
|
// and load the new one
|
||||||
SymfonyClassCollectionLoader::load(array(
|
SymfonyClassCollectionLoader::load(array(
|
||||||
'Mustache_Engine',
|
'Mustache_Engine',
|
||||||
|
'Mustache_Cache',
|
||||||
|
'Mustache_Cache_AbstractCache',
|
||||||
|
'Mustache_Cache_FilesystemCache',
|
||||||
|
'Mustache_Cache_NoopCache',
|
||||||
'Mustache_Compiler',
|
'Mustache_Compiler',
|
||||||
'Mustache_Context',
|
'Mustache_Context',
|
||||||
'Mustache_Exception',
|
'Mustache_Exception',
|
||||||
|
|||||||
Reference in New Issue
Block a user