[Fixed: Currency event related code fixed. ]

This commit is contained in:
Vivek Sharma 2020-02-18 15:49:19 +05:30
parent 446b583639
commit c1d7ab810d
1 changed files with 1 additions and 1 deletions

View File

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