Skip to content

Commit 7e9cdcd

Browse files
committed
fix(install): missing method in upgrade to 2.13.1
1 parent ff56f3f commit 7e9cdcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/upgrade_to_2.13.1.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ class PluginFormcreatorUpgradeTo2_13_1 {
3232
/** @var Migration */
3333
protected $migration;
3434

35+
public function isResyncIssuesRequiresd() {
36+
return false;
37+
}
38+
3539
/**
3640
* @param Migration $migration
3741
*/

0 commit comments

Comments
 (0)