Skip to content

Commit 81768c6

Browse files
authored
Add missing comma
1 parent 9f33684 commit 81768c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntercomServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function register()
3838
$accessToken = $app['config']->get('intercom.access_token');
3939

4040
$intercom = new IntercomClient($accessToken, null, [
41-
'Intercom-Version' => $app['config']->get('intercom.api_version')
41+
'Intercom-Version' => $app['config']->get('intercom.api_version'),
4242
]);
4343

4444
return new IntercomApi($intercom);

0 commit comments

Comments
 (0)