Skip to content

Commit

Permalink
Fix code generation template
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthaler committed Jul 20, 2014
1 parent 9b8e764 commit e5c66b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/skeleton/crud/actions/entity_put.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endif %}
*
* @Hydra\Operation(
* type = "http://schema.org/UpdateAction"
* type = "http://schema.org/UpdateAction",
* expect = "{{ namespace }}\Entity\{{ entity }}",
* status_codes = {
* "404" = "If the {{ entity }} entity wasn't found."
Expand Down

0 comments on commit e5c66b5

Please sign in to comment.