We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6d0eb commit a770bd8Copy full SHA for a770bd8
1 file changed
lib/QuickNavigation/Button/YformButton.php
@@ -26,7 +26,7 @@ public function get(): string
26
}
27
28
if (version_compare($yform->getVersion(), '5.0.0-beta1', '>=')) {
29
- if (!$yform->isAvailable() {
+ if (!$yform->isAvailable()) {
30
return '';
31
32
0 commit comments