use route names

This commit is contained in:
denisdulici
2020-01-06 15:01:38 +03:00
parent d8dacd5838
commit d9817264b0
5 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
{!! Form::open([
'id' => 'offline-payments',
'route' => 'offline-payments.update',
'route' => ['settings.module.update', 'offline-payments'],
'@submit.prevent' => 'onSubmit',
'@keydown' => 'form.errors.clear($event.target.name)',
'files' => true,