File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11hackzilla_ticket :
22 resource : " @HackzillaTicketBundle/Resources/config/routing/ticket.yml"
3- prefix : /ticket/
3+ prefix : /ticket/
Original file line number Diff line number Diff line change 11hackzilla_ticket :
2- path : /
3- defaults : { _controller: "HackzillaTicketBundle:Ticket:index" }
2+ path : /
3+ controller : ' Hackzilla\Bundle\TicketBundle\Controller\TicketController::indexAction '
44
55hackzilla_ticket_show :
6- path : /{ticketId}/show
7- defaults : { _controller: "HackzillaTicketBundle:Ticket:show" }
6+ path : /{ticketId}/show
7+ controller : ' Hackzilla\Bundle\TicketBundle\Controller\TicketController::showAction '
88
99hackzilla_ticket_new :
10- path : /new
11- defaults : { _controller: "HackzillaTicketBundle:Ticket:new" }
10+ path : /new
11+ controller : ' Hackzilla\Bundle\TicketBundle\Controller\TicketController::newAction '
1212
1313hackzilla_ticket_create :
14- path : /create
15- defaults : { _controller: "HackzillaTicketBundle:Ticket:create" }
14+ path : /create
15+ controller : ' Hackzilla\Bundle\TicketBundle\Controller\TicketController::createAction '
1616 methods : post
1717
1818hackzilla_ticket_delete :
19- path : /{ticketId}/delete
20- defaults : { _controller: "HackzillaTicketBundle:Ticket:delete" }
19+ path : /{ticketId}/delete
20+ controller : ' Hackzilla\Bundle\TicketBundle\Controller\TicketController::deleteAction '
2121 methods : post|delete
2222
2323hackzilla_ticket_reply :
24- path : /{ticketId}/reply
25- defaults : { _controller: "HackzillaTicketBundle:Ticket:reply" }
24+ path : /{ticketId}/reply
25+ controller : ' Hackzilla\Bundle\TicketBundle\Controller\TicketController::replyAction '
2626
2727hackzilla_ticket_attachment :
28- path : /attachment/{ticketMessageId}/download
29- defaults : { _controller: "HackzillaTicketBundle:TicketAttachment:download" }
28+ path : /attachment/{ticketMessageId}/download
29+ controller : ' Hackzilla\Bundle\TicketBundle\Controller\TicketAttachmentController::downloadAction '
You can’t perform that action at this time.
0 commit comments