Skip to content

Commit

Permalink
[10.x] add expression to DB table doctype (#46955)
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 authored May 4, 2023
1 parent 65f6426 commit 82a8da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public function getSchemaBuilder()
/**
* Begin a fluent query against a database table.
*
* @param \Closure|\Illuminate\Database\Query\Builder|string $table
* @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Query\Expression|string $table
* @param string|null $as
* @return \Illuminate\Database\Query\Builder
*/
Expand Down

0 comments on commit 82a8da7

Please sign in to comment.