HOME


sh-3ll 1.0
DIR:/opt/cpanel/ea-wappspector/src/MatchResult/
Upload File :
Current File : //opt/cpanel/ea-wappspector/src/MatchResult/NodeJs.php
<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class NodeJs extends MatchResult
{
    public const ID = 'nodejs';
    public const NAME = 'Node.js';
}