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 c64f827 commit 914cec4Copy full SHA for 914cec4
src/Actions/SyncBlocksAction.php
@@ -50,7 +50,7 @@ public function execute(Collection $blocks): array
50
51
$changes['created'][] = $block->getKey();
52
} else {
53
- $model = $models->find($block)->first();
+ $model = $models->find($block->getKey());
54
55
$model->setRawAttributes(
56
array_merge(
0 commit comments