We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bab1c commit c79ace0Copy full SHA for c79ace0
README.md
@@ -51,7 +51,7 @@ $notion->databases()->find($databaseId);
51
#### Fetch Page Information
52
```php
53
// Returns a specific page
54
-$notion->pages()->find($yourPageId);
+\Notion::pages()->find($yourPageId);
55
```
56
57
#### Search
0 commit comments