mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +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
|
||||
{
|
||||
public $urlPath;
|
||||
public string $urlPath;
|
||||
|
||||
const
|
||||
NS_DAV = 'urn:DAV',
|
||||
NS_CARDDAV = 'urn:ietf:params:xml:ns:carddav';
|
||||
|
||||
protected $baseUri;
|
||||
protected string $baseUri;
|
||||
|
||||
protected $HTTP;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue