Skip to content

Commit f2ecb3e

Browse files
committed
grammar
1 parent e109fd9 commit f2ecb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/PostgresConnection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ final public static function registerExtension(string $extension): void
5050
public function getSchemaBuilder()
5151
{
5252
if ($this->schemaGrammar === null) {
53-
$this->useDefaultSchemaGrammar();
53+
$this->schemaGrammar = $this->getDefaultSchemaGrammar();
5454
}
5555
return new Builder($this);
5656
}

0 commit comments

Comments
 (0)