Merge pull request #2544 from rahulshukla-webkul/development

Uncomment code
This commit is contained in:
Jitendra Singh 2020-02-24 11:33:08 +05:30 committed by GitHub
commit 6fc2f78f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ class PriceRuleIndex extends Command
*/
public function handle()
{
// $this->catalogRuleIndexHelper->reindexComplete();
$this->catalogRuleIndexHelper->reindexComplete();
}
}