feat: support CalDAV for birthdays and tasks (#2304)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\DAV;
|
||||
|
||||
use Sabre\HTTP\Sapi;
|
||||
use Sabre\HTTP\ResponseInterface;
|
||||
|
||||
/**
|
||||
* Mock version of SapiServer to avoid 'header()' calls.
|
||||
*/
|
||||
class SapiServerMock extends Sapi
|
||||
{
|
||||
public static function sendResponse(ResponseInterface $response)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user