Skip to content

Commit

Permalink
add missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewit committed May 26, 2012
1 parent 802d996 commit 677c83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/templates/knockout.yml
Expand Up @@ -136,7 +136,7 @@ parameters:
filename: 'DependencyInjection/Configuration.php'
template: 'AvroGeneratorBundle:Templates/Knockout/DependencyInjection/Configuration.php'
extension:
filename: 'DependencyInjection/{{ bundleVendor }}/{{ bundleCoreName }}Extension.php'
filename: 'DependencyInjection/{{ bundleVendor }}{{ bundleCoreName }}Extension.php'
template: 'AvroGeneratorBundle:Templates/Knockout/DependencyInjection/Extension.php'
readme:
filename: 'README.md'
Expand Down
1 change: 1 addition & 0 deletions Templates/Knockout/DependencyInjection/Extension.php
Expand Up @@ -4,6 +4,7 @@
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\Config\FileLocator;

class {{ bundleVendor }}{{ bundleCoreName | ucFirst }}Extension extends Extension
Expand Down

0 comments on commit 677c83c

Please sign in to comment.