Skip to content

Commit

Permalink
code cleanup + templates fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikoff committed Dec 21, 2017
1 parent a2f2c8c commit c7b63e4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 81 deletions.
46 changes: 0 additions & 46 deletions src/DependencyInjection/CompilerPass/LocaleProviderPass.php

This file was deleted.

33 changes: 0 additions & 33 deletions src/DependencyInjection/CompilerPass/TemplatingPass.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/I18nFormBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Koff\Bundle\I18nFormBundle;

use Koff\Bundle\I18nFormBundle\DependencyInjection\CompilerPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;

Expand All @@ -13,6 +12,5 @@ class I18nFormBundle extends Bundle
{
public function build(ContainerBuilder $container)
{
//$container->addCompilerPass(new CompilerPass\LocaleProviderPass());
}
}
File renamed without changes.

0 comments on commit c7b63e4

Please sign in to comment.