config->get('adminNotifications') || !$this->config->get('adminNotificationsNewExtensionVersion') ) { return; } $className = \Espo\Tools\AdminNotifications\Jobs\CheckNewExtensionVersion::class; $this->entityManager->createEntity(Job::ENTITY_TYPE, [ 'name' => $className, 'className' => $className, 'executeTime' => $this->getRunTime(), ]); } }