예제 #1
0
파일: Setup.php 프로젝트: aiesh/magento2
 /**
  * Apply Index module DB updates and sync indexes declaration
  *
  * @return void
  */
 public function applyUpdates()
 {
     parent::applyUpdates();
     $this->_syncIndexes();
 }