mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 11:08:53 +01:00
Fixed typo
This commit is contained in:
parent
90419e70cf
commit
2e9d56d053
@ -80,7 +80,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
$this->app->singleton(Release::class, function ($app) {
|
||||
$cache = $app['cache.store'];
|
||||
$token = $app['config']->get('services.github.token')
|
||||
$token = $app['config']->get('services.github.token');
|
||||
|
||||
return new Release($cache, $token);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user