mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-23 12:44:12 -08:00
Fixed supplier namespace
This commit is contained in:
parent
f10b3b7cdb
commit
d6715914e1
|
@ -6,6 +6,7 @@ use Symfony\Component\Console\Input\InputOption;
|
|||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use League\Csv\Reader;
|
||||
use App\Models\User;
|
||||
use App\Models\Supplier;
|
||||
|
||||
class LicenseImportCommand extends Command {
|
||||
|
||||
|
|
Loading…
Reference in a new issue