Skip to content

Commit

Permalink
Fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 12, 2024
1 parent 90a5efb commit f7a0e5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Updates/AddRejectAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class AddRejectAll extends UpdateScript
{
public function shouldUpdate($newVersion, $oldVersion)
{
return true;
return $this->isUpdatingTo('8.3.0');
}

Expand Down

0 comments on commit f7a0e5b

Please sign in to comment.