Removed obsolete code

This commit is contained in:
Fabien Potencier 2011-08-27 04:51:16 +03:00
parent 4e28a76425
commit 4a7242fefb

View file

@ -41,20 +41,4 @@ class PropelBundle extends Bundle
\Propel::initialize();
}
}
/**
* {@inheritdoc}
*/
public function getNamespace()
{
return __NAMESPACE__;
}
/**
* {@inheritdoc}
*/
public function getPath()
{
return __DIR__;
}
}