Skip to content

Commit

Permalink
fix: s/created/added/
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 6, 2024
1 parent 340696a commit f47410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/List/AbstractListService.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private function loadLatestRevisions(): void
foreach ($this->em->getConnection()->fetchAllAssociative($sql) as $revision) {
$this->revisionData[$revision['action']] = [
'revision' => $revision['revision'],
'added' => $revision['created'],
'added' => $revision['added'],
];
}
}
Expand Down

0 comments on commit f47410f

Please sign in to comment.