b0y-101 Mini Shell


Current Path : E:/www/pl/plugins/system/cachecleaner/src/
File Upload :
Current File : E:/www/pl/plugins/system/cachecleaner/src/Helper.php

<?php
/**
 * @package         Cache Cleaner
 * @version         7.2.3
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            http://www.regularlabs.com
 * @copyright       Copyright © 2020 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

namespace RegularLabs\Plugin\System\CacheCleaner;

defined('_JEXEC') or die;

/**
 * Plugin that replaces stuff
 */
class Helper
{
	public function onAfterRoute()
	{
		Cache::clean();
	}
}

Copyright © 2019 by b0y-101