Skip to content

Commit

Permalink
Fixed v5 500 server error when requesting multiple [ch15345]
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 3, 2020
1 parent 72facff commit 502322b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Http/Controllers/ViewAssetsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
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
Expand Down

0 comments on commit 502322b

Please sign in to comment.