Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portey committed Jun 2, 2016
1 parent aa49aa3 commit 6afc346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -72,7 +72,7 @@ That means you have GraphQL Bundle for the Symfony Framework configured and now
## Documentation

Symfony features include:
- AbstractContainerAwareField class used for auto passing container to field, ability to use it in resolve field function:
- AbstractContainerAwareField class used for auto passing container to field, add ability to use container in resolve function:
```php
class RootDirField extends AbstractContainerAwareField
{
Expand Down Expand Up @@ -102,7 +102,7 @@ class RootDirField extends AbstractContainerAwareField
}
```

- Ability to resolve field in service method
- Ability to pass service method as resolve callable:
```php
$config->addField(new Field([
'name' => 'cacheDir',
Expand Down

0 comments on commit 6afc346

Please sign in to comment.