aboutsummaryrefslogtreecommitdiff
path: root/src/phinde/Subscriptions.php
blob: 9db4b16186089acee49d1c4075be3df4640ea342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace phinde;

class Subscriptions
{
    public function get($url)
    {
        //FIXME
        return false;
    }
}
?>