Skip to content

Commit

Permalink
[ZendBundle] added classes to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed Mar 1, 2011
1 parent 57d0d3f commit 26e7470
Showing 1 changed file with 15 additions and 0 deletions.
Expand Up @@ -60,6 +60,21 @@ public function load(array $configs, ContainerBuilder $container)
$container->findDefinition('zend.logger')->removeMethodCall('registerErrorHandler');
}
}

$this->addClassesToCompile(array(
'Zend\\Log\\Factory',
'Zend\\Log\\Filter',
'Zend\\Log\\Filter\\AbstractFilter',
'Zend\\Log\\Filter\\Priority',
'Zend\\Log\\Formatter',
'Zend\\Log\\Formatter\\Simple',
'Zend\\Log\\Logger',
'Zend\\Log\\Writer',
'Zend\\Log\\Writer\\AbstractWriter',
'Zend\\Log\\Writer\\Stream',
'Symfony\\Bundle\\ZendBundle\\Logger\\DebugLogger',
'Symfony\\Bundle\\ZendBundle\\Logger\\Logger',
));
}
}

Expand Down

0 comments on commit 26e7470

Please sign in to comment.