Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro authored and github-actions[bot] committed Dec 7, 2023
1 parent 4e4cd78 commit 8c8ffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lifecycle/SnapshotStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public function loadSingleton(string $type): ?State
public function write(array $states): bool
{
$values = collect(static::formatForWrite($states))
->unique('id')
->all();
->unique('id')
->all();

return VerbSnapshot::upsert($values, 'id', ['data', 'last_event_id', 'updated_at']);
}
Expand Down

0 comments on commit 8c8ffb9

Please sign in to comment.