Navigation Menu

Skip to content

Commit

Permalink
Add getSource method to DebugTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 14, 2017
1 parent b31f6d4 commit 18e5e05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Templating/Twig/DebugTemplate.php
Expand Up @@ -98,6 +98,14 @@ public function getTemplateName()
return '';
}

/**
* {@inheritdoc}
*/
public function getSource()
{
return '';
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 18e5e05

Please sign in to comment.