Skip to content

Commit a770bd8

Browse files
authored
Update YformButton.php
1 parent 4c6d0eb commit a770bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/QuickNavigation/Button/YformButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function get(): string
2626
}
2727
}
2828
if (version_compare($yform->getVersion(), '5.0.0-beta1', '>=')) {
29-
if (!$yform->isAvailable() {
29+
if (!$yform->isAvailable()) {
3030
return '';
3131
}
3232
}

0 commit comments

Comments
 (0)