public function provides() { return array_merge(parent::provides(), [SocialiteServiceProvider::class]); }
public function provides() { return array_merge(parent::provides(), ['cookie-consent']); }
public function provides() { return array_merge(parent::provides(), ['recaptcha']); }
public function provides() { return array_merge(parent::provides(), ['sweet-flash']); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), ['mentionBuilder']); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), [SeedCarriers::class]); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), ['geoip2']); }
public function provides() { return array_merge(parent::provides(), [BrianFaust\Vidible\VidibleService::class, BrianFaust\Vidible\VideoRepository::class]); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), ['chartist']); }
public function provides() { return array_merge(parent::provides(), ['social-share']); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), ['db.factory']); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), ['omnipay']); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), ['floute']); }
public function provides() { return array_merge(parent::provides(), ['token.session']); }
public function provides() { return array_merge(parent::provides(), [\BrianFaust\Picible\PicibleService::class, \BrianFaust\Picible\Contracts\PictureRepository::class]); }
/** * Get the services provided by the provider. * * @return string[] */ public function provides() { return array_merge(parent::provides(), ['command.currencies.seed']); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), ['fractal']); }
public function provides() { return array_merge(parent::provides(), ['settings-manager']); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), [CountriesServiceProvider::class]); }
/** * Get the services provided by the provider. * * @return array */ public function provides() { return array_merge(parent::provides(), [Console\Commands\DecryptEnvCommand::class, Console\Commands\EncryptEnvCommand::class, Console\Commands\GenerateEnvKeyCommand::class, Console\Commands\RefreshEnvCommand::class, Console\Commands\RestoreEnvCommand::class]); }