From a248853a8a7a16cb3ad29cd08dd97396a581c2b9 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Thu, 12 Nov 2020 11:22:02 +0300 Subject: [PATCH] fixed null --- addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php b/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php index eb1b70eb9..34e91fa0e 100644 --- a/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php +++ b/addons/default/visiosoft/advs-module/src/Adv/AdvRepository.php @@ -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 ) {