Skip to content

Commit

Permalink
fixing phpstan now
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-xz committed Aug 25, 2024
1 parent 3fa6c25 commit 3599556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function author(): BelongsTo
return $this->belongsTo(User::class, 'created_by_id');
}

public function assignedTo(): BelongsTo|User
public function assignedTo(): BelongsTo
{
return $this->belongsTo(User::class, 'assigned_to_id');
}
Expand Down

0 comments on commit 3599556

Please sign in to comment.