File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 12
12
use Umbrellio \Postgres \Extensions \AbstractExtension ;
13
13
use Umbrellio \Postgres \Extensions \Exceptions \ExtensionInvalidException ;
14
14
use Umbrellio \Postgres \Schema \Builder ;
15
- use Umbrellio \Postgres \Schema \Grammars \PostgresGrammar ;
16
15
use Umbrellio \Postgres \Schema \Types \NumericType ;
17
16
use Umbrellio \Postgres \Schema \Types \TsRangeType ;
18
17
use Umbrellio \Postgres \Schema \Types \TsTzRangeType ;
@@ -106,11 +105,6 @@ public function prepareBindings(array $bindings)
106
105
return parent ::prepareBindings ($ bindings );
107
106
}
108
107
109
- protected function getDefaultSchemaGrammar ()
110
- {
111
- return parent ::getDefaultSchemaGrammar ();
112
- }
113
-
114
108
private function registerInitialTypes (): void
115
109
{
116
110
foreach ($ this ->initialTypes as $ type => $ typeClass ) {
You can’t perform that action at this time.
0 commit comments