File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
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 \B undle \T icketBundle \C ontroller \T icketController::indexAction "
44
55hackzilla_ticket_show :
6- path : /{ticketId}/show
7- defaults : { _controller: "HackzillaTicketBundle:Ticket:show" }
6+ path : /{ticketId}/show
7+ controller : " Hackzilla \B undle \T icketBundle \C ontroller \T icketController::showAction "
88
99hackzilla_ticket_new :
10- path : /new
11- defaults : { _controller: "HackzillaTicketBundle:Ticket:new" }
10+ path : /new
11+ controller : " Hackzilla \B undle \T icketBundle \C ontroller \T icketController::newAction "
1212
1313hackzilla_ticket_create :
14- path : /create
15- defaults : { _controller: "HackzillaTicketBundle:Ticket:create" }
14+ path : /create
15+ controller : " Hackzilla \B undle \T icketBundle \C ontroller \T icketController::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 \B undle \T icketBundle \C ontroller \T icketController::deleteAction "
2121 methods : post|delete
2222
2323hackzilla_ticket_reply :
2424 path : /{ticketId}/reply
25- defaults : { _controller: "HackzillaTicketBundle:Ticket:reply" }
25+ controller : " Hackzilla \B undle \T icketBundle \C ontroller \T icketController::replyAction "
2626
2727hackzilla_ticket_attachment :
28- path : /attachment/{ticketMessageId}/download
29- defaults : { _controller: "HackzillaTicketBundle:TicketAttachment:download" }
28+ path : /attachment/{ticketMessageId}/download
29+ controller : " Hackzilla \B undle \T icketBundle \C ontroller \T icketAttachmentController::downloadAction "
You can’t perform that action at this time.
0 commit comments