Remove bundle inheritance

This commit is contained in:
Yassine Guedidi
2022-04-24 05:56:44 +02:00
parent 88fd7afeb5
commit 82fc828442
11 changed files with 12 additions and 4 deletions

View File

@ -6,8 +6,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
class WallabagUserBundle extends Bundle
{
public function getParent()
{
return 'FOSUserBundle';
}
}