Cannot use simialbi\yii2\schemaorg\models\Product as Product because the name is already in use #8
              
                
                  
                  
                    Answered
                  
                  by
                    simialbi
                  
              
          
                  
                    
                      toantrungtinh
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hey Guy! | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            simialbi
          
      
      
        Jan 9, 2021 
      
    
    Replies: 1 comment
-
| What's the exact problem? Can't you use 2 classes with the name product in the same e.g. Controller? You could import  use simialbi\yii2\schemaorg\models\Product as SchemaProduct; | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        simialbi
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
What's the exact problem? Can't you use 2 classes with the name product in the same e.g. Controller? You could import
simialbi\yii2\schemaorg\models\Productwith an alias (see https://www.php.net/manual/en/language.namespaces.importing.php).E.g.