Remove useless code from the bundle class

This commit is contained in:
ornicar 2011-05-10 09:13:33 -07:00
parent e9b96ec938
commit 263fa62b15

View file

@ -6,19 +6,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle;
class KnplabsMarkdownBundle extends BaseBundle
{
/**
* {@inheritdoc}
*/
public function getNamespace()
{
return __NAMESPACE__;
}
/**
* {@inheritdoc}
*/
public function getPath()
{
return strtr(__DIR__, '\\', '/');
}
}