Merge pull request #790 from openclassify/vedatakd

fixed null
This commit is contained in:
Fatih Alp 2020-11-12 15:41:55 +03:00 committed by GitHub
commit 5fe905fdd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ class AdvRepository extends EntryRepository implements AdvRepositoryInterface
}
public function searchAdvs(
$type, $param = null, $customParameters = null,
$type, $param = null, $customParameters = [],
$limit = null, $category = null, $city = null, $paginate = true
)
{