We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@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,
Sorry, something went wrong.
romainruaud
Successfully merging a pull request may close this issue.
There is a useless constructor in Smile\ElasticsuiteCatalog\Setup\InstallSchema class :
The constructor initiate a never used var and causes errors when installing magento with elasticsuite.
The text was updated successfully, but these errors were encountered: