We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac287c commit 2620d17Copy full SHA for 2620d17
1 file changed
lib/SolidNotifications.php
@@ -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