diff --git a/app/Jobs/Util/Import.php b/app/Jobs/Util/Import.php index cf7672174e5b..3517aa717765 100644 --- a/app/Jobs/Util/Import.php +++ b/app/Jobs/Util/Import.php @@ -336,7 +336,7 @@ class Import implements ShouldQueue $data = $this->transformCompanyData($data); - if(Ninja::isHosted() && strlen($data['subdomain']) > 1) { + if(Ninja::isHosted()) { if(!MultiDB::checkDomainAvailable($data['subdomain'])) $data['subdomain'] = MultiDB::randomSubdomainGenerator();