mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed unused use directives
This commit is contained in:
parent
ab1fe8be0c
commit
cc9f1577a4
|
@ -4,10 +4,6 @@ namespace App\Console\Commands;
|
|||
|
||||
use Illuminate\Console\Command;
|
||||
use App\Models\User;
|
||||
use App\Models\Actionlog;
|
||||
use App\Models\Asset;
|
||||
use App\Models\LicenseSeat;
|
||||
use App\Models\Consumable;
|
||||
use Carbon\Carbon;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue