We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae5d99 commit 830e90dCopy full SHA for 830e90d
AlphaLabsFilterEngineBundle.php
@@ -12,7 +12,8 @@ class AlphaLabsFilterEngineBundle extends Bundle
12
/**
13
* {@inheritDoc}
14
*/
15
- public function getContainerExtension() {
+ public function getContainerExtension()
16
+ {
17
if (null === $this->extension) {
18
$this->extension = new AlphaLabsFilterEngineExtension();
19
}
composer.json
@@ -19,7 +19,7 @@
},
20
"minimum-stability": "stable",
21
"autoload": {
22
- "psr-4": { "AlphaLabs\\Bundle\\FilterEngineBundle\\": "src/" }
+ "psr-4": { "AlphaLabs\\Bundle\\FilterEngineBundle\\": "" }
23
24
"extra": {
25
"branch-alias": {
0 commit comments