Improve contact search through the API (#930)

This commit is contained in:
Régis Freyd
2018-02-25 13:40:43 -05:00
committed by GitHub
parent 3cbd95dec0
commit 562016f7a9
19 changed files with 296 additions and 105 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class ApiController extends Controller
/**
* @var int
*/
protected $limitPerPage = 10;
protected $limitPerPage = 0;
public function __construct()
{