Skip to content

Commit 4ef3d6e

Browse files
committed
add doc to comments endpoint in Notion::class
1 parent 2795c1b commit 4ef3d6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Notion.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ public function search(?string $searchText = ''): Search
185185
return new Search($this, $searchText);
186186
}
187187

188+
/**
189+
* @return Comments
190+
*
191+
* @throws Exceptions\LaravelNotionAPIException
192+
* @throws HandlingException
193+
*/
188194
public function comments(): Comments
189195
{
190196
return new Comments($this);

0 commit comments

Comments
 (0)