mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Fixed License and LicenseSeat namespaces for importer
This commit is contained in:
parent
d6715914e1
commit
64d818e56e
|
@ -7,6 +7,8 @@ use Symfony\Component\Console\Input\InputArgument;
|
|||
use League\Csv\Reader;
|
||||
use App\Models\User;
|
||||
use App\Models\Supplier;
|
||||
use App\Models\License;
|
||||
use App\Models\LicenseSeat;
|
||||
|
||||
class LicenseImportCommand extends Command {
|
||||
|
||||
|
|
Loading…
Reference in a new issue