Skip to content

Commit

Permalink
fix model for work stream community relationship generic
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Dec 3, 2024
1 parent 4df9209 commit 3611f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/Models/WorkStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class WorkStream extends Model
'community_id',
];

/** @return BelongsTo<Classification, $this> */
/** @return BelongsTo<Community, $this> */
public function community(): BelongsTo
{
return $this->belongsTo(Community::class);
Expand Down

0 comments on commit 3611f0a

Please sign in to comment.