Skip to content

Commit

Permalink
Remove useless code from the bundle class
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 10, 2011
1 parent e9b96ec commit 263fa62
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions KnplabsMarkdownBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,4 @@

class KnplabsMarkdownBundle extends BaseBundle
{
/**
* {@inheritdoc}
*/
public function getNamespace()
{
return __NAMESPACE__;
}

/**
* {@inheritdoc}
*/
public function getPath()
{
return strtr(__DIR__, '\\', '/');
}
}

0 comments on commit 263fa62

Please sign in to comment.