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 3acfedd commit b5a8728Copy full SHA for b5a8728
core/operations.md
@@ -213,7 +213,7 @@ App\Entity\Book:
213
get: ~
214
itemOperations:
215
get:
216
- controller: App\Controller\NotFoundAction
+ controller: ApiPlatform\Core\Action\NotFoundAction
217
read: false
218
output: false
219
```
@@ -232,7 +232,7 @@ App\Entity\Book:
232
</collectionOperations>
233
<itemOperations>
234
<itemOperation name="get">
235
- <attribute name="controller">App\Controller\NotFoundAction</attribute>
+ <attribute name="controller">ApiPlatform\Core\Action\NotFoundAction</attribute>
236
<attribute name="read">false</attribute>
237
<attribute name="output">false</attribute>
238
</itemOperation>
0 commit comments