We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55da775 + bda9c29 commit 125ea75Copy full SHA for 125ea75
src/Models/AIssue.php
@@ -199,7 +199,7 @@ public function getOwnerModel(): IssueOwnerModelContract|Model|null
199
* @throws ConnectionTypeNotSupportedException
200
* @throws ConnectionTypeException
201
*/
202
- public function setOwnerModel(IssueActorModelContract&Model $issueOwnerModel): void
+ public function setOwnerModel(IssueOwnerModelContract&Model $issueOwnerModel): void
203
{
204
if ($this->connections('issue_owner_model')) {
205
$this->connections('issue_owner_model')
0 commit comments