/**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), [PublishCommand::class]);
 }
 /**
  *  IOC alias provided by this Service Provider.
  *
  *  @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['translation.cache.repository', 'translation.uri.localizer', 'translation.loader']);
 }