33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-22 02:49:01 +00:00

Remove JPATH_PLATFORM check in preparation for Joomla 6

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
Roland Dalmulder 2024-12-20 09:54:51 +01:00
parent f7883812ea
commit 07c2890591
No known key found for this signature in database
GPG Key ID: 6D30CD38749A5B9E

View File

@ -14,7 +14,7 @@ use Joomla\CMS\Extension\MVCComponent;
use Psr\Container\ContainerInterface; use Psr\Container\ContainerInterface;
// phpcs:disable PSR1.Files.SideEffects // phpcs:disable PSR1.Files.SideEffects
\defined('JPATH_PLATFORM') or die; \defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects // phpcs:enable PSR1.Files.SideEffects
/** /**