3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 13:45:51 +00:00

Removed unused use directives

This commit is contained in:
snipe
2020-06-25 17:43:53 -07:00
parent ab1fe8be0c
commit cc9f1577a4

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;