mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
CS fixes
This commit is contained in:
parent
44ac45fc6b
commit
41186b7271
@ -30,7 +30,7 @@ class LoadConfigServiceProvider extends ServiceProvider
|
||||
$segmentRepository = $this->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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user