app->make('CachetHQ\Cachet\Segment\RepositoryInterface'); $this->app->config->set('segment.write_key', $segmentRepository->fetch()); } catch (Exception $e) { // Don't throw any errors, we may not be able to fetch. } // Override default app values. $this->app->config->set('app.url', $appDomain ?: $this->app->config->get('app.url')); $this->app->config->set('app.locale', $appLocale ?: $this->app->config->get('app.locale')); // Set custom lang. $this->app->translator->setLocale($appLocale); } /** * Register the service provider. * * @return void */ public function register() { // } }