forked from wallabag/wallabag
Remove bundle inheritance
This commit is contained in:
@ -6,8 +6,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class WallabagUserBundle extends Bundle
|
||||
{
|
||||
public function getParent()
|
||||
{
|
||||
return 'FOSUserBundle';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user