Viewing File: /usr/local/cpanel/share/wappspector/src/MatchResult/CakePHP.php

<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class CakePHP extends MatchResult
{
    public const ID = 'cakephp';
    public const NAME = 'CakePHP';
}
Back to Directory File Manager