Fixed supplier namespace

This commit is contained in:
snipe 2016-05-24 02:13:28 -07:00
parent f10b3b7cdb
commit d6715914e1

View file

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