Skip to content

Commit 51251d4

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 82a8da7 commit 51251d4

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/DB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @method static void useDefaultSchemaGrammar()
2828
* @method static void useDefaultPostProcessor()
2929
* @method static \Illuminate\Database\Schema\Builder getSchemaBuilder()
30-
* @method static \Illuminate\Database\Query\Builder table(\Closure|\Illuminate\Database\Query\Builder|string $table, string|null $as = null)
30+
* @method static \Illuminate\Database\Query\Builder table(\Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Query\Expression|string $table, string|null $as = null)
3131
* @method static \Illuminate\Database\Query\Builder query()
3232
* @method static mixed selectOne(string $query, array $bindings = [], bool $useReadPdo = true)
3333
* @method static mixed scalar(string $query, array $bindings = [], bool $useReadPdo = true)

0 commit comments

Comments
 (0)