Comments API: Addressed failing tests and static testing

This commit is contained in:
Dan Brown
2025-10-24 14:22:53 +01:00
parent 4627dfd4f7
commit 9c4a9225af
8 changed files with 27 additions and 19 deletions

View File

@@ -237,6 +237,7 @@ abstract class Entity extends Model implements
/**
* Get the comments for an entity.
* @return MorphMany<Comment, $this>
*/
public function comments(bool $orderByCreated = true): MorphMany
{