We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7e341 commit 18e78a8Copy full SHA for 18e78a8
1 file changed
src/Server.php
@@ -2,7 +2,7 @@
2
3
namespace Pdsinterop\Solid\Resources;
4
5
-use Pdsinterop\Solid\SolidNotifications\SolidNotificationInterface;
+use Pdsinterop\Solid\SolidNotifications\SolidNotificationsInterface;
6
use EasyRdf\Exception as RdfException;
7
use EasyRdf\Graph as Graph;
8
use Laminas\Diactoros\ServerRequest;
@@ -89,7 +89,7 @@ final public function setBaseUrl($url)
89
$this->basePath = $serverRequest->getUri()->getPath();
90
}
91
92
- final public function setNotifications(SolidNotificationInterface $notifications)
+ final public function setNotifications(SolidNotificationsInterface $notifications)
93
{
94
$this->notifications = $notifications;
95
0 commit comments