Skip to content

Commit 54cad51

Browse files
authored
Added "use" statement to the first example (#109)
1 parent 5d1bcff commit 54cad51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ JSON;
7070

7171
Load it
7272
```php
73+
use Swaggest\JsonSchema\Schema;
7374
$schema = Schema::import(json_decode($schemaJson));
7475
```
7576

0 commit comments

Comments
 (0)