Skip to content

Commit ab0e6e6

Browse files
Merge pull request #167 from darkwebdesign/issue-166-6.3
#166: Extend AbstractBundle instead of Bundle
2 parents 0ba236e + fb2d51c commit ab0e6e6

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/DarkWebDesignSymfonyAddonBundle.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,13 @@
2222

2323
namespace DarkWebDesign\SymfonyAddonBundle;
2424

25-
use Symfony\Component\HttpKernel\Bundle\Bundle;
25+
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
2626

2727
/**
2828
* @author Raymond Schouten
2929
*
3030
* @since 2.3
3131
*/
32-
class DarkWebDesignSymfonyAddonBundle extends Bundle
32+
class DarkWebDesignSymfonyAddonBundle extends AbstractBundle
3333
{
34-
public function getPath(): string
35-
{
36-
return dirname(__DIR__);
37-
}
3834
}

0 commit comments

Comments
 (0)