@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | public function __construct($prefix = 'Blast\CoreBundle') |
32 | 32 | { |
33 | - $this->namePrefix = strtolower(str_replace('\\', '.', $prefix)); |
|
33 | + $this->namePrefix = strtolower(str_replace('\\', '.', $prefix)); |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |