Skip to content

cron

Auto Added by WPeMatico

Image Cleanup Cron not working properly

/var/www/html/project/app/code/Embitel/ImageCleanup/Cron/Clean.php /** * Copyright © All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace EmbitelImageCleanupCron; use MagentoFrameworkExceptionFileSystemException; use MagentoFrameworkFilesystemDirectoryWriteInterface; use MagentoFrameworkAppFilesystemDirectoryList; class Clean { /** * @var EmbitelImageCleanupModelimageFactory */ public $_imageFactory; const IMAGE_CLEANUP_CRON = ‘imagecleanup/general/enable’; public function… Read More »Image Cleanup Cron not working properly