@@ -60,8 +60,10 @@ |
||
60 | 60 | * @param string Id of the tric |
61 | 61 | * @return object Result of the request |
62 | 62 | */ |
63 | - public function Do($tricId) |
|
63 | + public function Do { |
|
64 | + ($tricId) |
|
64 | 65 | { |
65 | 66 | return $this->request(self::HTTP_GET, "/".$tricId); |
66 | 67 | } |
68 | + } |
|
67 | 69 | } |