/**
  * Boot the service provider.
  */
 public function boot()
 {
     parent::boot();
     $this->checkPackageName();
 }
 /**
  * Boot the service provider.
  */
 public function boot()
 {
     parent::boot();
     $this->loadCurrencies();
 }