Skip to content

Commit

Permalink
fixed syntax error (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
necenzurat authored and nicja committed Apr 15, 2019
1 parent c8425c0 commit 81da22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoogleCloudStorageServiceProvider.php
Expand Up @@ -95,7 +95,7 @@ private function createClient($config)
'projectId' => $config['project_id'],
'keyFile' => array_merge([
"project_id" => $config['project_id']
], array_get($config, 'key_file', [])
], array_get($config, 'key_file', []))
]);
}

Expand Down

0 comments on commit 81da22a

Please sign in to comment.