Skip to content

Commit

Permalink
gotta get it from root again
Browse files Browse the repository at this point in the history
  • Loading branch information
jszobody committed Jan 25, 2021
1 parent f4d74db commit ecbd559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZipStreamServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function register()
unset($config['credentials']);
}

if($config['aws_anonymous_client']) {
if($app['config']->get('zipstream.aws_anonymous_client')) {
$config['credentials'] = false;
}

Expand Down

0 comments on commit ecbd559

Please sign in to comment.