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:
parent
f7883812ea
commit
07c2890591
@ -14,7 +14,7 @@ use Joomla\CMS\Extension\MVCComponent;
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
// phpcs:disable PSR1.Files.SideEffects
|
||||
\defined('JPATH_PLATFORM') or die;
|
||||
\defined('_JEXEC') or die;
|
||||
// phpcs:enable PSR1.Files.SideEffects
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user