Project: Included a getProject API call

This commit is contained in:
2019-06-24 20:28:21 -03:00
parent e898aa8749
commit 898f03fd92
2 changed files with 17 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ class FetchApi
*
* @return void
*/
public function fetch(string $method, string $url, array $parameters, $filename = '') : string
public function fetch(string $method, string $url, array $parameters = [], $filename = '') : string
{
$setopt = [];
switch ($method) {