We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90419e7 commit 2e9d56dCopy full SHA for 2e9d56d
app/Foundation/Providers/AppServiceProvider.php
@@ -80,7 +80,7 @@ protected function registerRelease()
80
{
81
$this->app->singleton(Release::class, function ($app) {
82
$cache = $app['cache.store'];
83
- $token = $app['config']->get('services.github.token')
+ $token = $app['config']->get('services.github.token');
84
85
return new Release($cache, $token);
86
});
0 commit comments