From 4a7242fefb1abfb20b34330c8411f3e2bf10266f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 27 Aug 2011 04:51:16 +0300 Subject: [PATCH] Removed obsolete code --- PropelBundle.php | 16 ---------------- 1 file changed, 16 deletions(-) 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__; - } }