Skip to content

Commit 2620d17

Browse files
committed
empty version of notifications
1 parent eac287c commit 2620d17

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lib/SolidNotifications.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
namespace Pdsinterop\PhpSolid;
3+
4+
use Pdsinterop\Solid\SolidNotifications\SolidNotificationsInterface;
5+
6+
class SolidNotifications implements SolidNotificationsInterface
7+
{
8+
public function send($path, $type) {
9+
}
10+
}

0 commit comments

Comments
 (0)