Skip to content

Commit 0222835

Browse files
committed
remove unused comments
1 parent fc9e7cd commit 0222835

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Endpoints/Block.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ public function children(): BlockCollection
2929
return $this->collectChildren();
3030
}
3131

32-
// /**
33-
// * Retrieve block children (as raw json-data)
34-
// * url: https://api.notion.com/{version}/blocks/{block_id}/children
35-
// * notion-api-docs: https://developers.notion.com/reference/get-block-children
36-
// *
37-
// * @return array
38-
// */
39-
// public function childrenRaw(): array
40-
// {
41-
// return $this->collectChildren()->getRawResults();
42-
// }
43-
4432
private function collectChildren(): BlockCollection
4533
{
4634
$response = $this->get(

0 commit comments

Comments
 (0)