Skip to content

Commit 3e7c4e6

Browse files
authored
feat: deprecate unused SchemaBuilder methods (#277)
1 parent 07f066c commit 3e7c4e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Schema/Builder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class Builder extends BaseBuilder
4141
public static $defaultMorphKeyType = 'uuid';
4242

4343
/**
44+
* @deprecated Use Blueprint::dropIndex() instead. Will be removed in v10.0.
45+
*
4446
* @param string $table
4547
* @param string $name
4648
* @return void
@@ -53,6 +55,8 @@ public function dropIndex($table, $name)
5355
}
5456

5557
/**
58+
* @deprecated Use Blueprint::dropIndex() instead. Will be removed in v10.0.
59+
*
5660
* @param string $table
5761
* @param string $name
5862
* @return void

0 commit comments

Comments
 (0)