@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | return [ |
| 4 | - Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
|
| 5 | - Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], |
|
| 6 | - Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
|
| 7 | - Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true], |
|
| 4 | + Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
|
| 5 | + Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], |
|
| 6 | + Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
|
| 7 | + Aimeos\ShopBundle\AimeosShopBundle::class => ['all' => true], |
|
| 8 | 8 | ]; |
| 9 | 9 | \ No newline at end of file |
@@ -13,8 +13,8 @@ |
||
| 13 | 13 | |
| 14 | 14 | class AimeosShopBundle extends Bundle |
| 15 | 15 | { |
| 16 | - public function getPath(): string |
|
| 17 | - { |
|
| 18 | - return dirname( __DIR__ ); |
|
| 19 | - } |
|
| 16 | + public function getPath(): string |
|
| 17 | + { |
|
| 18 | + return dirname( __DIR__ ); |
|
| 19 | + } |
|
| 20 | 20 | } |