mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-05-04 18:08:46 +03:00
Comments API: Addressed failing tests and static testing
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user