Skip to content
Snippets Groups Projects

ZERO-162-changes

Open Eduarda Lentz Rodrigues da Silva requested to merge ZERO-162-changes into develop
Compare and Show latest version
2 files
+ 10
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -65,9 +65,8 @@ class GetChangedBlockIdentifiers
$changedBlocks = [];
foreach ($filesPath as $file) {
try {
// Get Block content from code
// Get Block content and Store from code
$codeFileContent = $file->getContent();
// Get store code
$codeStoreCode = $file->getStore();
// Get all blocks with this identifier from database
Loading