Skip to content

Commit

Permalink
case mismatch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikoff committed Dec 21, 2017
1 parent b2b010b commit 6932db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DependencyInjection/I18nFormExtension.php
Expand Up @@ -8,9 +8,9 @@
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* Class I18NFormExtension
* Class I18nFormExtension
*/
class I18NFormExtension extends Extension
class I18nFormExtension extends Extension
{
/**
* @param array $configs
Expand Down

0 comments on commit 6932db9

Please sign in to comment.