Skip to content

Commit

Permalink
Assume model name entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker authored Feb 9, 2024
1 parent 69b83a3 commit 604da61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/SaveController.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private function _returnSuccess(Entry $entry, $isSpam = false): Response
return $this->asModelSuccess(
$entry,
Craft::t('guest-entries', 'Entry saved.'),
$settings->entryVariable,
'entry',
);
}

Expand Down

0 comments on commit 604da61

Please sign in to comment.