From f92ac4994784529aa762068d18d40046f40779ac Mon Sep 17 00:00:00 2001 From: sublimz Date: Wed, 1 Aug 2018 17:25:18 +0200 Subject: [PATCH] [LeBonCoinBridge] Add cities support (#751) --- bridges/LeBonCoinBridge.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bridges/LeBonCoinBridge.php b/bridges/LeBonCoinBridge.php index 927b43e..ac2a76f 100644 --- a/bridges/LeBonCoinBridge.php +++ b/bridges/LeBonCoinBridge.php @@ -42,6 +42,7 @@ class LeBonCoinBridge extends BridgeAbstract { 'Réunion' => '26' ) ), + 'cities' => array('name' => 'Ville'), 'c' => array( 'name' => 'Catégorie', 'type' => 'list', @@ -154,6 +155,7 @@ class LeBonCoinBridge extends BridgeAbstract { $params = array( 'text' => $this->getInput('k'), 'region' => $this->getInput('r'), + 'cities' => $this->getInput('cities'), 'category' => $this->getInput('c'), 'owner_type' => $this->getInput('o'), );