Skip to content

Commit ce41b00

Browse files
committed
Disable builder extensions until I can investigate
1 parent a43a0fc commit ce41b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ToolkitServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ private function registerGrammarOverride(): void
5050

5151
private function registerBuilderExtensions(): void
5252
{
53-
Builder::mixin(new ExpressionExtension);
53+
//Builder::mixin(new ExpressionExtension);
5454
}
5555
}

0 commit comments

Comments
 (0)