Fixed License and LicenseSeat namespaces for importer

This commit is contained in:
snipe 2016-05-24 02:17:10 -07:00
parent d6715914e1
commit 64d818e56e

View file

@ -7,6 +7,8 @@ use Symfony\Component\Console\Input\InputArgument;
use League\Csv\Reader; use League\Csv\Reader;
use App\Models\User; use App\Models\User;
use App\Models\Supplier; use App\Models\Supplier;
use App\Models\License;
use App\Models\LicenseSeat;
class LicenseImportCommand extends Command { class LicenseImportCommand extends Command {