Skip to content

Commit 830e90d

Browse files
committed
Fixes PS4 namespace. 1.0.1 release
1 parent 3ae5d99 commit 830e90d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AlphaLabsFilterEngineBundle.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class AlphaLabsFilterEngineBundle extends Bundle
1212
/**
1313
* {@inheritDoc}
1414
*/
15-
public function getContainerExtension() {
15+
public function getContainerExtension()
16+
{
1617
if (null === $this->extension) {
1718
$this->extension = new AlphaLabsFilterEngineExtension();
1819
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"minimum-stability": "stable",
2121
"autoload": {
22-
"psr-4": { "AlphaLabs\\Bundle\\FilterEngineBundle\\": "src/" }
22+
"psr-4": { "AlphaLabs\\Bundle\\FilterEngineBundle\\": "" }
2323
},
2424
"extra": {
2525
"branch-alias": {

0 commit comments

Comments
 (0)