Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Support;
|
||||
|
||||
final readonly class NormalizedProjectUrl
|
||||
{
|
||||
public function __construct(public string $domain, public string $url) {}
|
||||
}
|
||||
Reference in New Issue
Block a user