Skip to content

Commit 2e9d56d

Browse files
Fixed typo
1 parent 90419e7 commit 2e9d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Foundation/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function registerRelease()
8080
{
8181
$this->app->singleton(Release::class, function ($app) {
8282
$cache = $app['cache.store'];
83-
$token = $app['config']->get('services.github.token')
83+
$token = $app['config']->get('services.github.token');
8484

8585
return new Release($cache, $token);
8686
});

0 commit comments

Comments
 (0)