Merge pull request #2487 from vivek-webkul/patch-37

[Fixed: Currency event related code fixed. ]
This commit is contained in:
Jitendra Singh 2020-02-18 15:56:42 +05:30 committed by GitHub
commit 11e4004954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class CurrencyController extends Controller
'name' => 'required'
]);
Event::dispatch('core.channel.create.before');
Event::dispatch('core.currency.create.before');
$currency = $this->currencyRepository->create(request()->all());