refs #1985 fixed wizard and report path..

This commit is contained in:
Cüneyt Şentürk
2021-04-19 19:47:23 +03:00
parent 0ea7a063af
commit 9b6f729b13
4 changed files with 8 additions and 3 deletions

View File

@@ -70,7 +70,7 @@
</button>
@can('delete-settings-currencies')
<div class="dropdown-divider"></div>
{!! Form::deleteLink($item, 'wizard/currencies') !!}
{!! Form::deleteLink($item, 'wizard.currencies.destroy') !!}
@endcan
</div>
</div>