Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
|
|
namespace App\Services\DavClient\Utils\Model;
|
|
|
|
class ContactDeleteDto extends ContactDto
|
|
{
|
|
}
|