mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fix namespace
This commit is contained in:
parent
94e00b8a3e
commit
2a8ac81eed
|
@ -1,9 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Feature\Users\Ui\BulkActions;
|
||||
namespace Tests\Feature\Users\Ui\BulkActions;
|
||||
|
||||
use App\Models\Accessory;
|
||||
use App\Models\AccessoryCheckout;
|
||||
use App\Models\Asset;
|
||||
use App\Models\Consumable;
|
||||
use App\Models\License;
|
||||
|
|
Loading…
Reference in a new issue