Skip to content

Commit

Permalink
Updated MarkdownExtension with last Symfony2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenis authored and Herzult committed Feb 25, 2011
1 parent a208275 commit b3e74b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 56 deletions.
55 changes: 0 additions & 55 deletions DependencyInjection/MarkdownExtension.php

This file was deleted.

8 changes: 7 additions & 1 deletion KnplabsMarkdownBundle.php
Expand Up @@ -6,13 +6,19 @@

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

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

0 comments on commit b3e74b7

Please sign in to comment.