Tweak query in the License Importer to not require a Product Key

This commit is contained in:
Ivan Nieto Vivanco 2022-01-26 17:51:04 -06:00
parent 0721ab8bbf
commit 55fdc86e02

View file

@ -32,7 +32,6 @@ class LicenseImporter extends ItemImporter
{ {
$editingLicense = false; $editingLicense = false;
$license = License::where('name', $this->item['name']) $license = License::where('name', $this->item['name'])
->where('serial', $this->item['serial'])
->first(); ->first();
if ($license) { if ($license) {
if (!$this->updating) { if (!$this->updating) {