Skip to content

Commit b9e74be

Browse files
docs: Added getTable for better IDE support
1 parent fae1a8f commit b9e74be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facades/Schema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Table handling:
1313
*
1414
* @method static Builder create($collection, Closure $callback, $options = [])
15+
* @method static Builder getTable(string $table)
1516
* @method static Builder getTables()
1617
* @method static Builder drop(string $collection)
1718
* @method static Builder dropIfExists(string $collection)

0 commit comments

Comments
 (0)