dev push
This commit is contained in:
parent
785a7debc4
commit
a444fa949c
|
@ -17,10 +17,8 @@ class BillingExtension extends Extension
|
||||||
|
|
||||||
$configuration = new Configuration();
|
$configuration = new Configuration();
|
||||||
|
|
||||||
$this->addAnnotatedClassesToCompile([
|
|
||||||
'Bluesquare\\BillingBundle\\Controller\\'
|
|
||||||
]);
|
|
||||||
|
|
||||||
$config = $this->processConfiguration($configuration, $configs);
|
$config = $this->processConfiguration($configuration, $configs);
|
||||||
|
|
||||||
|
return $config;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue