Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Elasticsuite_Catalog InstallSchema #102

Closed
AymericJoubert opened this issue Aug 31, 2016 · 1 comment · Fixed by #108
Closed

Module Elasticsuite_Catalog InstallSchema #102

AymericJoubert opened this issue Aug 31, 2016 · 1 comment · Fixed by #108
Assignees
Labels
Milestone

Comments

@AymericJoubert
Copy link

There is a useless constructor in Smile\ElasticsuiteCatalog\Setup\InstallSchema class :

/**
 * InstallSchema constructor.
 *
 * @param \Magento\Eav\Setup\EavSetup $eavSetup The EAV Setup
 */
public function __construct(EavSetup $eavSetup)
{
    $this->eavSetup = $eavSetup;
}

The constructor initiate a never used var and causes errors when installing magento with elasticsuite.

@romainruaud romainruaud self-assigned this Sep 13, 2016
@romainruaud
Copy link
Collaborator

@AymericJoubert we will fix this really soon.

Could you please detail the error which is occuring ? I do not think I have already faced it.

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants