Skip to content

Commit

Permalink
Update upgrading docs to refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Feb 16, 2021
1 parent 1be5f47 commit 32e9f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you need the type name during normal execution of your app, e.g. to display i
on the cached typenames, which are persisted alongside your generated schema code.

```php
SchemaFactory::singleton()->get('default')->getTypeNameForClass($className);
SchemaBuilder::singleton()->read('default')->getTypeNameForClass($className);
```

## Persisting queries
Expand Down

0 comments on commit 32e9f06

Please sign in to comment.