File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44 use OCA \Solid \Notifications \SolidPubSub ;
55 use OCA \Solid \Notifications \SolidWebhook ;
6- use Pdsinterop \Solid \SolidNotificationsInterface ;
6+ use Pdsinterop \Solid \SolidNotifications \ SolidNotificationsInterface ;
77
88 class SolidNotifications implements SolidNotificationsInterface
99 {
Original file line number Diff line number Diff line change 22 namespace OCA \Solid \Notifications ;
33
44 use WebSocket \Client ;
5- use Pdsinterop \Solid \SolidNotificationsInterface ;
5+ use Pdsinterop \Solid \SolidNotifications \ SolidNotificationsInterface ;
66
77 class SolidPubSub implements SolidNotificationsInterface
88 {
Original file line number Diff line number Diff line change 11<?php
22 namespace OCA \Solid \Notifications ;
3-
3+
4+ use Pdsinterop \Solid \SolidNotifications \SolidNotificationsInterface ;
5+
46 class SolidWebhook implements SolidNotificationsInterface
57 {
68 public function send ($ path , $ type ) {
You can’t perform that action at this time.
0 commit comments