Files
wyczarujprezent.pl/modules/pshowlazyimg/controllers/front/cron.php
2024-10-28 22:14:22 +01:00

11 lines
196 B
PHP

<?php
require_once dirname(__FILE__) . "/../../config.php";
use Prestashow\PShowLazyImg\Controller\Front\CronController;
class PShowLazyImgCronModuleFrontController extends CronController
{
}