Skip to content

Commit

Permalink
Use lowercase string for value of RouteResource annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnatter committed Oct 23, 2020
1 parent d8cc2c6 commit cf07fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Admin/EventController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;

/**
* @RouteResource("Event")
* @RouteResource("event")
*/
class EventController extends AbstractRestController implements ClassResourceInterface
{
Expand Down

0 comments on commit cf07fca

Please sign in to comment.