mariosimao / notion-sdk-php

A complete Notion SDK for PHP developers.
https://mariosimao.github.io/notion-sdk-php/
MIT License
150 stars 24 forks source link

[BUG] Blocks\Image does not have ::create() #340

Open utdrmac opened 8 months ago

utdrmac commented 8 months ago

Docs show using Image::create() https://mario.engineering/notion-sdk-php/blocks/Image.html

But that static function does not exist:

$ grep "function create" vendor/mariosimao/notion-sdk-php/src/Blocks/Image.php
$ echo $?
1
utdrmac commented 8 months ago

use Notion\Blocks\Image::fromFile($file) instead.