Skip to content

Commit

Permalink
Update Schema.php (#36981)
Browse files Browse the repository at this point in the history
Add  `getColumnListing()` annotation. It's more friendly for IDE.
  • Loading branch information
celaraze committed Apr 14, 2021
1 parent f04d1aa commit dbc1a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @method static bool hasTable(string $table)
* @method static void defaultStringLength(int $length)
* @method static void registerCustomDoctrineType(string $class, string $name, string $type)
* @method static array getColumnListing(string $table)
*
* @see \Illuminate\Database\Schema\Builder
*/
Expand Down

0 comments on commit dbc1a19

Please sign in to comment.