|  | @@ -14,10 +14,10 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 14 | 14 |  namespace Sylius\Bundle\AddressingBundle\Twig; | 
                                                                                                            
                                                            | 15 | 15 |   | 
                                                                                                            
                                                            | 16 | 16 |  use Sylius\Component\Addressing\Model\CountryInterface; | 
                                                                                                            
                                                            |  | 17 | +use Symfony\Component\Intl\Countries; | 
                                                                                                            
                                                            | 17 | 18 |  use Symfony\Component\Intl\Exception\MissingResourceException; | 
                                                                                                            
                                                            | 18 | 19 |  use Twig\Extension\AbstractExtension; | 
                                                                                                            
                                                            | 19 | 20 |  use Twig\TwigFilter; | 
                                                                                                            
                                                            | 20 |  | -use Symfony\Component\Intl\Countries; | 
                                                                                                            
                                                            | 21 | 21 |   | 
                                                                                                            
                                                            | 22 | 22 |  class CountryNameExtension extends AbstractExtension | 
                                                                                                            
                                                            | 23 | 23 |  { | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.