File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 1010 <include >
1111 <directory >./src</directory >
1212 </include >
13- <exclude >
14- <directory >./src/Resources</directory >
15- </exclude >
1613 </source >
1714</phpunit >
Original file line number Diff line number Diff line change 55use Symfony \Component \Config \FileLocator ;
66use Symfony \Component \DependencyInjection \ContainerBuilder ;
77use Symfony \Component \DependencyInjection \Extension \Extension ;
8- use Symfony \Component \DependencyInjection \Loader \YamlFileLoader ;
98use Symfony \Component \DependencyInjection \Loader \PhpFileLoader ;
109
1110class VatExtension extends Extension
Original file line number Diff line number Diff line change 11<?php
22
3-
4- // config/services.php
53namespace Symfony \Component \DependencyInjection \Loader \Configurator ;
64
75use Ibericode \Vat \Countries ;
3331 '$validator ' => service ('ibericode_vat.validator ' )
3432 ]);
3533
36-
3734 $ services ->alias (Countries::class, 'ibericode_vat.countries ' );
3835 $ services ->alias (Rates::class, 'ibericode_vat.rates ' );
3936 $ services ->alias (Geolocator::class, 'ibericode_vat.geolocator ' );
You can’t perform that action at this time.
0 commit comments