fixed null

This commit is contained in:
vedatakd 2020-11-12 11:22:02 +03:00
parent 7f3d9abf91
commit a248853a8a

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
)
{