1
0
Fork 0
nc_ext_dav_push/lib/PushTransports/WebPushTransport.php

11 lines
186 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace OCA\DavPush\PushTransports;
use OCA\DavPush\Transport\Transport;
class WebPushTransport extends Transport {
protected $id = "web-push";
}