Skip to content

Commit

Permalink
Исправлено удаление из черного списка
Browse files Browse the repository at this point in the history
  • Loading branch information
visavi committed Dec 29, 2018
1 parent 746e6ff commit 60b170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/blacklists/index.blade.php
Expand Up @@ -26,7 +26,7 @@

@if ($lists->isNotEmpty())

<form action="/admin/blacklist/delete?type={{ $type }}&amp;page={{ $page->current }}" method="post">
<form action="/admin/blacklists/delete?type={{ $type }}&amp;page={{ $page->current }}" method="post">
<input type="hidden" name="token" value="{{ $_SESSION['token'] }}">

@foreach ($lists as $list)
Expand Down

0 comments on commit 60b170f

Please sign in to comment.