mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Include storage in use statements
This commit is contained in:
parent
b55d9113d4
commit
df778cdb80
|
@ -9,6 +9,7 @@ use Illuminate\Support\Facades\Input;
|
|||
use Illuminate\Support\Facades\View;
|
||||
use Redirect;
|
||||
use Request;
|
||||
use Storage;
|
||||
|
||||
/**
|
||||
* This class controls all actions related to asset models for
|
||||
|
|
Loading…
Reference in a new issue