create language delete event object

This commit is contained in:
Manuel Raynaud
2013-10-23 12:15:53 +02:00
parent 24b504ad3b
commit b16edfbd1d
4 changed files with 87 additions and 9 deletions

View File

@@ -945,6 +945,10 @@
<default key="_controller">Thelia\Controller\Admin\LangController::addAction</default>
</route>
<route id="admin.configuration.languages.delete" path="/admin/configuration/languages/delete">
<default key="_controller">Thelia\Controller\Admin\LangController::deleteAction</default>
</route>
<!-- The default route, to display a template -->