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

<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

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