mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed v5 500 server error when requesting multiple [ch15345]
This commit is contained in:
parent
72facffcbe
commit
502322be4b
|
@ -10,8 +10,7 @@ use App\Models\User;
|
|||
use App\Notifications\RequestAssetCancelation;
|
||||
use App\Notifications\RequestAssetNotification;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Support\Facades\Input;
|
||||
use Redirect;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
/**
|
||||
* This controller handles all actions related to the ability for users
|
||||
|
|
Loading…
Reference in a new issue