We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a945902 commit 3d7b242Copy full SHA for 3d7b242
1 file changed
src/Config/SharpLegacyConfigBuilder.php
@@ -41,6 +41,10 @@ public function get(string $key): mixed
41
return null;
42
}
43
44
+ if ($key == 'breadcrumb.display') {
45
+ return config('sharp.display_breadcrumb', true);
46
+ }
47
+
48
return config('sharp.'.$key);
49
50
0 commit comments