Skip to content

Commit

Permalink
Updated phpdoc for Builder::from() (#51767)
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-glumpler authored Jun 11, 2024
1 parent fecf031 commit 7be701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public function distinct()
/**
* Set the table which the query is targeting.
*
* @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|string $table
* @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder|\Illuminate\Contracts\Database\Query\Expression|string $table
* @param string|null $as
* @return $this
*/
Expand Down

0 comments on commit 7be701d

Please sign in to comment.