Skip to content

Commit 39bd16b

Browse files
author
emreakay
committed
- fix
1 parent 212ca2e commit 39bd16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/AIssue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function getOwnerModel(): IssueOwnerModelContract|Model|null
199199
* @throws ConnectionTypeNotSupportedException
200200
* @throws ConnectionTypeException
201201
*/
202-
public function setOwnerModel(IssueActorModelContract&Model $issueOwnerModel): void
202+
public function setOwnerModel(IssueOwnerModelContract&Model $issueOwnerModel): void
203203
{
204204
if ($this->connections('issue_owner_model')) {
205205
$this->connections('issue_owner_model')

0 commit comments

Comments
 (0)