Removed unused use directives

This commit is contained in:
snipe 2020-06-25 17:43:53 -07:00
parent ab1fe8be0c
commit cc9f1577a4
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -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;