We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d608250 commit 7b8fd2fCopy full SHA for 7b8fd2f
src/PostgresConnection.php
@@ -12,7 +12,6 @@
12
use Umbrellio\Postgres\Extensions\AbstractExtension;
13
use Umbrellio\Postgres\Extensions\Exceptions\ExtensionInvalidException;
14
use Umbrellio\Postgres\Schema\Builder;
15
-use Umbrellio\Postgres\Schema\Grammars\PostgresGrammar;
16
use Umbrellio\Postgres\Schema\Types\NumericType;
17
use Umbrellio\Postgres\Schema\Types\TsRangeType;
18
use Umbrellio\Postgres\Schema\Types\TsTzRangeType;
@@ -106,11 +105,6 @@ public function prepareBindings(array $bindings)
106
105
return parent::prepareBindings($bindings);
107
}
108
109
- protected function getDefaultSchemaGrammar()
110
- {
111
- return parent::getDefaultSchemaGrammar();
112
- }
113
-
114
private function registerInitialTypes(): void
115
{
116
foreach ($this->initialTypes as $type => $typeClass) {
0 commit comments