laravel-notion-api icon indicating copy to clipboard operation
laravel-notion-api copied to clipboard

Documentation error

Open Danielopes7 opened this issue 4 months ago • 0 comments

Describe the bug Simple error at documentation. Must be $pageCollection instead $pagesCollection

$pageCollection = Notion::database($databaseId)->query();

$collectionOfPages = $pageCollection->asCollection();
$jsonOfPages = $pagesCollection->asJson(); //here

To Reproduce Open page documentation

Danielopes7 avatar Aug 16 '25 01:08 Danielopes7