Skip to content

Commit 18e78a8

Browse files
committed
typofix
1 parent 8e7e341 commit 18e78a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Pdsinterop\Solid\Resources;
44

5-
use Pdsinterop\Solid\SolidNotifications\SolidNotificationInterface;
5+
use Pdsinterop\Solid\SolidNotifications\SolidNotificationsInterface;
66
use EasyRdf\Exception as RdfException;
77
use EasyRdf\Graph as Graph;
88
use Laminas\Diactoros\ServerRequest;
@@ -89,7 +89,7 @@ final public function setBaseUrl($url)
8989
$this->basePath = $serverRequest->getUri()->getPath();
9090
}
9191

92-
final public function setNotifications(SolidNotificationInterface $notifications)
92+
final public function setNotifications(SolidNotificationsInterface $notifications)
9393
{
9494
$this->notifications = $notifications;
9595
}

0 commit comments

Comments
 (0)