aboutsummaryrefslogtreecommitdiff
path: root/src/phinde
diff options
context:
space:
mode:
Diffstat (limited to 'src/phinde')
-rw-r--r--src/phinde/Subscriptions.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/phinde/Subscriptions.php b/src/phinde/Subscriptions.php
new file mode 100644
index 0000000..9db4b16
--- /dev/null
+++ b/src/phinde/Subscriptions.php
@@ -0,0 +1,12 @@
+<?php
+namespace phinde;
+
+class Subscriptions
+{
+ public function get($url)
+ {
+ //FIXME
+ return false;
+ }
+}
+?>