Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct(Application $app)
 {
     parent::__construct($app);
     /** @var  \    $validator */
     $this->validator = $app['validator'];
 }
 /**
  * Boot the service provider.
  */
 public function boot()
 {
     parent::boot();
     $this->checkPackageName();
 }
 /**
  * Boot the service provider.
  */
 public function boot()
 {
     parent::boot();
     $this->loadCurrencies();
 }