dever 7 years ago
parent
commit
662f725378
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/Api.php

+ 1 - 4
src/Api.php

@@ -31,11 +31,8 @@ class Api
 	 *
 	 * @return mixed
 	 */
-	public function getInfo()
+	public function getInfo($ids, $value)
 	{
-		$ids = Dever::input('ids');
-		$value = Dever::input('value');
-
 		$result = array();
 		if ($ids) {
 			$where['ids'] = $ids;