Skip to content

Commit

Permalink
- remove fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emreakay committed Mar 23, 2024
1 parent 66a06ac commit 7511361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Contracts/IssueOwnerModelContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ public function getOwningIssues(): ?ConnectiveCollection;
* ConnectiveCollection<AIssue>
*/
public function scopeAllOwningIssues(Builder $query): ?ConnectiveCollection;




}
2 changes: 1 addition & 1 deletion src/Models/AIssue.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static function supportedConnectionTypes(): array

public static function getModelType(): string
{
return self::class;
return static::class;
}

public function getModelId(): int
Expand Down

0 comments on commit 7511361

Please sign in to comment.