From 64d818e56eb9379c1cacd9d41cc05279ea3bf73b Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 May 2016 02:17:10 -0700 Subject: [PATCH] Fixed License and LicenseSeat namespaces for importer --- app/Console/Commands/LicenseImportCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/LicenseImportCommand.php b/app/Console/Commands/LicenseImportCommand.php index 8252e0b973..7b582d93a6 100644 --- a/app/Console/Commands/LicenseImportCommand.php +++ b/app/Console/Commands/LicenseImportCommand.php @@ -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 {