Doc Block Improved
This commit is contained in:
parent
52aedfe380
commit
3f3e4816ea
|
|
@ -15,7 +15,7 @@ class Currency
|
|||
protected $currencyRepository;
|
||||
|
||||
/**
|
||||
* Create a currency repository instance.
|
||||
* Create a middleware instance.
|
||||
*
|
||||
* @param \Webkul\Core\Repositories\CurrencyRepository $currencyRepository
|
||||
* @return void
|
||||
|
|
|
|||
|
|
@ -15,7 +15,10 @@ class Locale
|
|||
protected $localeRepository;
|
||||
|
||||
/**
|
||||
* @param \Webkul\Core\Repositories\LocaleRepository $localeRepository
|
||||
* Create a middleware instance.
|
||||
*
|
||||
* @param \Webkul\Core\Repositories\LocaleRepository $localeRepository
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(LocaleRepository $localeRepository)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue