diff --git a/PropelBundle.php b/PropelBundle.php index 4241865..b848b7d 100644 --- a/PropelBundle.php +++ b/PropelBundle.php @@ -41,20 +41,4 @@ class PropelBundle extends Bundle \Propel::initialize(); } } - - /** - * {@inheritdoc} - */ - public function getNamespace() - { - return __NAMESPACE__; - } - - /** - * {@inheritdoc} - */ - public function getPath() - { - return __DIR__; - } }