Skip to content

Commit 0a9e894

Browse files
committed
Add blogs and comments to Author
1 parent c693dff commit 0a9e894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Author/Entities/Author.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ interface Author
1717
{
1818
public function authorable(): Authorable;
1919

20+
public function blogs(): iterable;
21+
2022
public function posts(): iterable;
2123

24+
public function comments(): iterable;
25+
2226
public function id(): string;
2327
}

0 commit comments

Comments
 (0)