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

This commit is contained in:
Ivan Nieto Vivanco 2022-01-26 17:49:34 -06:00
parent 8ebade7892
commit 450cb8f92f

View file

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