
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

declare(strict_types=1);


namespace Plesk\Wappspector\MatchResult;

class WebPresenceBuilder extends MatchResult
{
    public const ID = 'webpresencebuilder';
    public const NAME = 'WebPresenceBuilder';
}
