Skip to content

Commit

Permalink
Fix doc comment on onWriteConnection return type. (#43512)
Browse files Browse the repository at this point in the history
  • Loading branch information
daikisuyama-fs authored Aug 2, 2022
1 parent f62209e commit 994f9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public static function on($connection = null)
/**
* Begin querying the model on the write connection.
*
* @return \Illuminate\Database\Query\Builder
* @return \Illuminate\Database\Eloquent\Builder
*/
public static function onWriteConnection()
{
Expand Down

0 comments on commit 994f9e7

Please sign in to comment.