mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24: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\RequestAssetCancelation;
|
||||||
use App\Notifications\RequestAssetNotification;
|
use App\Notifications\RequestAssetNotification;
|
||||||
use Illuminate\Support\Facades\Auth;
|
use Illuminate\Support\Facades\Auth;
|
||||||
use Illuminate\Support\Facades\Input;
|
use Illuminate\Http\Request;
|
||||||
use Redirect;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This controller handles all actions related to the ability for users
|
* This controller handles all actions related to the ability for users
|
||||||
|
|
Loading…
Reference in a new issue