We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5a130 commit 062e07dCopy full SHA for 062e07d
src/Entities/Collections/BlockCollection.php
@@ -50,7 +50,7 @@ public function asCollection(): Collection
50
return $collection;
51
} else {
52
return $collection->filter(function ($block) {
53
- return $block->getType() != 'unsupported';
+ return $block->getType() !== 'unsupported';
54
});
55
}
56
0 commit comments