Skip to content

Commit a993c76

Browse files
committed
Fixed marge bug
1 parent 71a15e6 commit a993c76

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/Schema/IndexBlueprint.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -186,21 +186,6 @@ public function string($column)
186186
}
187187

188188

189-
//----------------------------------------------------------------------
190-
// Internal Laravel init migration catchers
191-
// *Case for when ES is the only datasource
192-
//----------------------------------------------------------------------
193-
194-
public function increments($column)
195-
{
196-
return $this->addField('keyword', $column);
197-
}
198-
199-
public function string($column)
200-
{
201-
return $this->addField('keyword', $column);
202-
}
203-
204189

205190
//----------------------------------------------------------------------
206191
// Helpers

0 commit comments

Comments
 (0)