Skip to content

Commit 7b8fd2f

Browse files
committed
fix tests
1 parent d608250 commit 7b8fd2f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/PostgresConnection.php

-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Umbrellio\Postgres\Extensions\AbstractExtension;
1313
use Umbrellio\Postgres\Extensions\Exceptions\ExtensionInvalidException;
1414
use Umbrellio\Postgres\Schema\Builder;
15-
use Umbrellio\Postgres\Schema\Grammars\PostgresGrammar;
1615
use Umbrellio\Postgres\Schema\Types\NumericType;
1716
use Umbrellio\Postgres\Schema\Types\TsRangeType;
1817
use Umbrellio\Postgres\Schema\Types\TsTzRangeType;
@@ -106,11 +105,6 @@ public function prepareBindings(array $bindings)
106105
return parent::prepareBindings($bindings);
107106
}
108107

109-
protected function getDefaultSchemaGrammar()
110-
{
111-
return parent::getDefaultSchemaGrammar();
112-
}
113-
114108
private function registerInitialTypes(): void
115109
{
116110
foreach ($this->initialTypes as $type => $typeClass) {

0 commit comments

Comments
 (0)