mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Resolve #1509
This commit is contained in:
parent
8c077a94c6
commit
f0cf39e297
1 changed files with 4 additions and 2 deletions
|
|
@ -10,13 +10,15 @@ namespace SnappyMail\DAV;
|
||||||
|
|
||||||
class Client
|
class Client
|
||||||
{
|
{
|
||||||
public $urlPath;
|
public string $urlPath;
|
||||||
|
|
||||||
const
|
const
|
||||||
NS_DAV = 'urn:DAV',
|
NS_DAV = 'urn:DAV',
|
||||||
NS_CARDDAV = 'urn:ietf:params:xml:ns:carddav';
|
NS_CARDDAV = 'urn:ietf:params:xml:ns:carddav';
|
||||||
|
|
||||||
protected $baseUri;
|
protected string $baseUri;
|
||||||
|
|
||||||
|
protected $HTTP;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue