-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1416 from magento-helix/MAGETWO-71434
Fixed Issues: - MAGETWO-71434 Generated pages with "html" extension are not cached by Varnish - MAGETWO-69559 Declaration of dependencies for indexers
- Loading branch information
Showing
44 changed files
with
3,128 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ | |
*/ | ||
namespace Magento\Indexer\Cron; | ||
|
||
use Magento\Indexer\Model\Indexer; | ||
|
||
class ReindexAllInvalid | ||
{ | ||
/** | ||
|
Oops, something went wrong.