<?php
namespace App\Support;
final readonly class NormalizedProjectUrl
{
public function __construct(public string $domain, public string $url) {}
}