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 17e1722 commit c3c2666Copy full SHA for c3c2666
tests/Unit/Helpers/BlueprintAssertions.php
@@ -49,6 +49,6 @@ protected function assertRegExpSql(string $regexpExpected): void
49
50
private function runToSql(): array
51
{
52
- return $this->blueprint->toSql($this->postgresConnection, $this->postgresGrammar);
+ return $this->blueprint->toSql();
53
}
54
0 commit comments