Missed a use statement
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
47420a802a
commit
64dd8f5d65
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ namespace Tests\Feature\Users\Ui;
|
|||
|
||||
use App\Models\LicenseSeat;
|
||||
use App\Models\Location;
|
||||
use App\Models\Accessory;
|
||||
use App\Models\User;
|
||||
use Tests\TestCase;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue