Skip to content

Commit c3c2666

Browse files
committed
fix toSql
1 parent 17e1722 commit c3c2666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Helpers/BlueprintAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ protected function assertRegExpSql(string $regexpExpected): void
4949

5050
private function runToSql(): array
5151
{
52-
return $this->blueprint->toSql($this->postgresConnection, $this->postgresGrammar);
52+
return $this->blueprint->toSql();
5353
}
5454
}

0 commit comments

Comments
 (0)