Skip to content

Commit dbe1124

Browse files
committed
update namespace
1 parent 9ee0aa1 commit dbe1124

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

solid/lib/Notifications/SolidNotifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
{

solid/lib/Notifications/SolidPubSub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
{

solid/lib/Notifications/SolidWebhook.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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) {

0 commit comments

Comments
 (0)