Fixed Input:: () vs request()

This commit is contained in:
snipe 2020-08-31 17:18:09 -07:00
parent 13216b8860
commit a64e1be278
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -45,7 +45,7 @@
'class' => 'form-inline', 'class' => 'form-inline',
'id' => 'bulkForm']) }} 'id' => 'bulkForm']) }}
@if (Input::get('status')!='deleted') @if (request('status')!='deleted')
@can('delete', \App\Models\User::class) @can('delete', \App\Models\User::class)
<div id="toolbar"> <div id="toolbar">
<label for="bulk_actions" class="sr-only">Bulk Actions</label> <label for="bulk_actions" class="sr-only">Bulk Actions</label>