Skip to content

Commit ecbd559

Browse files
committed
gotta get it from root again
1 parent f4d74db commit ecbd559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZipStreamServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function register()
4747
unset($config['credentials']);
4848
}
4949

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

0 commit comments

Comments
 (0)