public function __construct(HereAuth $main)
 {
     parent::__construct($main);
     $this->cred = MySQLCredentials::fromConfig($main->getConfig());
 }
 public function __construct(HereAuth $main, ImporterThread $thread)
 {
     parent::__construct($main, $thread);
     $this->cred = MySQLCredentials::fromConfig($main->getConfig());
 }