Tweak query in the License Importer to not require a Product Key
This commit is contained in:
parent
0721ab8bbf
commit
55fdc86e02
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue