Skip to content

Commit c7b63e4

Browse files
committed
code cleanup + templates fix
1 parent a2f2c8c commit c7b63e4

File tree

4 files changed

+0
-81
lines changed

4 files changed

+0
-81
lines changed

src/DependencyInjection/CompilerPass/LocaleProviderPass.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/DependencyInjection/CompilerPass/TemplatingPass.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/I18nFormBundle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Koff\Bundle\I18nFormBundle;
44

5-
use Koff\Bundle\I18nFormBundle\DependencyInjection\CompilerPass;
65
use Symfony\Component\DependencyInjection\ContainerBuilder;
76
use Symfony\Component\HttpKernel\Bundle\Bundle;
87

@@ -13,6 +12,5 @@ class I18nFormBundle extends Bundle
1312
{
1413
public function build(ContainerBuilder $container)
1514
{
16-
//$container->addCompilerPass(new CompilerPass\LocaleProviderPass());
1715
}
1816
}

0 commit comments

Comments
 (0)