We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ba236e + fb2d51c commit ab0e6e6Copy full SHA for ab0e6e6
1 file changed
src/DarkWebDesignSymfonyAddonBundle.php
@@ -22,17 +22,13 @@
22
23
namespace DarkWebDesign\SymfonyAddonBundle;
24
25
-use Symfony\Component\HttpKernel\Bundle\Bundle;
+use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
26
27
/**
28
* @author Raymond Schouten
29
*
30
* @since 2.3
31
*/
32
-class DarkWebDesignSymfonyAddonBundle extends Bundle
+class DarkWebDesignSymfonyAddonBundle extends AbstractBundle
33
{
34
- public function getPath(): string
35
- {
36
- return dirname(__DIR__);
37
- }
38
}
0 commit comments