Search for ICAO not working properly (#496)

This commit is contained in:
Nabeel S
2020-01-10 09:41:32 -05:00
committed by GitHub
parent 4844692bd9
commit 03284959d6
7 changed files with 44 additions and 13 deletions

View File

@@ -13,8 +13,10 @@ use Modules\Importer\Utils\ImporterDB;
abstract class BaseImporter implements ShouldQueue
{
use LoggerTrait, Dispatchable, InteractsWithQueue, Queueable;
use LoggerTrait;
use Dispatchable;
use InteractsWithQueue;
use Queueable;
/**
* Holds the connection to the legacy database
*