Skip to content

Commit

Permalink
Merge pull request #32 from AuroraWebSoftware/v2-dev2
Browse files Browse the repository at this point in the history
V2 dev2
  • Loading branch information
emreakay authored Apr 20, 2024
2 parents 55da775 + bda9c29 commit 125ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/AIssue.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function getOwnerModel(): IssueOwnerModelContract|Model|null
* @throws ConnectionTypeNotSupportedException
* @throws ConnectionTypeException
*/
public function setOwnerModel(IssueActorModelContract&Model $issueOwnerModel): void
public function setOwnerModel(IssueOwnerModelContract&Model $issueOwnerModel): void
{
if ($this->connections('issue_owner_model')) {
$this->connections('issue_owner_model')
Expand Down

0 comments on commit 125ea75

Please sign in to comment.