Skip to content

Commit 24fde3b

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent b6e478d commit 24fde3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Schema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @method static void drop(string $table)
3232
* @method static void dropIfExists(string $table)
3333
* @method static void dropColumns(string $table, string|array $columns)
34+
* @method static void dropColumnsIfExists(string $table, string|array $columns)
3435
* @method static void dropAllTables()
3536
* @method static void dropAllViews()
3637
* @method static void dropAllTypes()

0 commit comments

Comments
 (0)