Skip to content

Commit decf3ed

Browse files
committed
Add route helpers
1 parent b099383 commit decf3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FilamentFlexibleContentBlockPagesConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function getSEODefaultCanonicalLocale(): string
108108

109109
public function getRouteHelper(): HandlesPageRoutes
110110
{
111-
if (! $this->routeHelper) {
111+
if (! isset($this->routeHelper)) {
112112
$this->routeHelper = app($this->packageConfig('route_helper', LocalisedPageRouteHelper::class));
113113
}
114114

0 commit comments

Comments
 (0)