Skip to content

Commit

Permalink
Correct phpdoc for Grammar::setConnection (#48779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neol3108 committed Oct 20, 2023
1 parent a47df68 commit cee91ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Grammar.php
Expand Up @@ -281,7 +281,7 @@ public function setTablePrefix($prefix)
/**
* Set the grammar's database connection.
*
* @param \Illuminate\Database\Connection $prefix
* @param \Illuminate\Database\Connection $connection
* @return $this
*/
public function setConnection($connection)
Expand Down

0 comments on commit cee91ab

Please sign in to comment.