diff --git a/application/Espo/Modules/Crm/Jobs/CheckEmailAccounts.php b/application/Espo/Jobs/CheckEmailAccounts.php similarity index 99% rename from application/Espo/Modules/Crm/Jobs/CheckEmailAccounts.php rename to application/Espo/Jobs/CheckEmailAccounts.php index 53a59a371f..fc4f32ff5c 100644 --- a/application/Espo/Modules/Crm/Jobs/CheckEmailAccounts.php +++ b/application/Espo/Jobs/CheckEmailAccounts.php @@ -27,7 +27,7 @@ * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. ************************************************************************/ -namespace Espo\Modules\Crm\Jobs; +namespace Espo\Jobs; use Espo\Core\Exceptions\Error; diff --git a/application/Espo/Modules/Crm/Jobs/CheckInboundEmails.php b/application/Espo/Jobs/CheckInboundEmails.php similarity index 99% rename from application/Espo/Modules/Crm/Jobs/CheckInboundEmails.php rename to application/Espo/Jobs/CheckInboundEmails.php index 73bffa0dda..18ce11e7ff 100644 --- a/application/Espo/Modules/Crm/Jobs/CheckInboundEmails.php +++ b/application/Espo/Jobs/CheckInboundEmails.php @@ -27,7 +27,7 @@ * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. ************************************************************************/ -namespace Espo\Modules\Crm\Jobs; +namespace Espo\Jobs; use Espo\Core\Exceptions\Error;