Skip to content

Commit

Permalink
fix(install): missing method in upgrade to 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Aug 19, 2022
1 parent ff56f3f commit 7e9cdcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/upgrade_to_2.13.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class PluginFormcreatorUpgradeTo2_13_1 {
/** @var Migration */
protected $migration;

public function isResyncIssuesRequiresd() {
return false;
}

/**
* @param Migration $migration
*/
Expand Down

0 comments on commit 7e9cdcd

Please sign in to comment.