mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed request error
This commit is contained in:
parent
98a8463033
commit
3bc34af19f
@ -869,7 +869,7 @@ class AdvsController extends PublicController
|
||||
if ($is_new_create) {
|
||||
event(new CreatedAd($adv));
|
||||
} else {
|
||||
$this->adv_model->foreignCurrency($request->currency, $request->price, $request->update_id, $this->settings_repository, false);
|
||||
$this->adv_model->foreignCurrency($this->request->currency, $this->request->price, $this->request->update_id, $this->settings_repository, false);
|
||||
event(new EditedAd($before_editing, $adv));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user