We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43a0fc commit ce41b00Copy full SHA for ce41b00
src/ToolkitServiceProvider.php
@@ -50,6 +50,6 @@ private function registerGrammarOverride(): void
50
51
private function registerBuilderExtensions(): void
52
{
53
- Builder::mixin(new ExpressionExtension);
+ //Builder::mixin(new ExpressionExtension);
54
}
55
0 commit comments