Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
class FixStuckIndexers
{
    public function execute()
    {
        $this->fixStuckIndexers->execute();
    }
}

Logic to fix indexers

vendor/creativestyle/magesuite-stuck-indexers-fixer/Model/FixStuckIndexers.php:24

...