mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed [ch15085] - duplicate use statements in Consumables controller
This commit is contained in:
parent
249b9b7509
commit
69d7000922
|
@ -9,8 +9,7 @@ use App\Http\Transformers\SelectlistTransformer;
|
||||||
use App\Models\Company;
|
use App\Models\Company;
|
||||||
use App\Models\Consumable;
|
use App\Models\Consumable;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use App\Http\Transformers\ConsumablesTransformer;
|
use Illuminate\Http\Request;
|
||||||
use App\Helpers\Helper;
|
|
||||||
|
|
||||||
class ConsumablesController extends Controller
|
class ConsumablesController extends Controller
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue