| Current Path : /proc/self/root/opt/cpanel/ea-wappspector/src/MatchResult/ |
| Current File : //proc/self/root/opt/cpanel/ea-wappspector/src/MatchResult/Prestashop.php |
<?php
declare(strict_types=1);
namespace Plesk\Wappspector\MatchResult;
class Prestashop extends MatchResult
{
public const ID = 'prestashop';
public const NAME = 'PrestaShop';
}