[SecurityBundle] added interface to compiler

This commit is contained in:
Kris Wallsmith 2012-02-15 14:08:52 -08:00
parent 1e8236cfb3
commit eb7aa1bf78

View File

@ -171,6 +171,7 @@ class SecurityExtension extends Extension
}
$this->addClassesToCompile(array(
'Symfony\\Component\\Security\\Http\\AccessMapInterface',
'Symfony\\Component\\Security\\Http\\AccessMap',
));