mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
Added logging, removed superfluous comments
This commit is contained in:
parent
c85ce2f6b0
commit
7158b35f58
3 changed files with 15 additions and 10 deletions
|
@ -19,18 +19,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @see https://github.com/web-push-libs/web-push-php
|
||||
* Possibly we should simply use this.
|
||||
*/
|
||||
|
||||
namespace Friendica\Model;
|
||||
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\DI;
|
||||
use Friendica\Util\Crypto;
|
||||
use Minishlink\WebPush\VAPID;
|
||||
|
||||
class Subscription
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue