Removed unnecessary imports (use statements) [skip ci]

This commit is contained in:
James Cole
2015-05-05 12:57:27 +02:00
parent cbb62d3d78
commit f331e7d820
13 changed files with 28 additions and 35 deletions

View File

@@ -39,6 +39,7 @@ class Journal extends Twig_Extension
if ($type == 'Opening balance') {
return '<span class="glyphicon glyphicon-ban-circle" title="Opening balance"></span>';
}
return '';
}, ['is_safe' => ['html']]