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 {