Skip to content

Commit 4f3b924

Browse files
committed
Fix incorrect key
1 parent c60147a commit 4f3b924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Lio/ServiceProviders/BackupServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function registerBackupCleaner()
5252
$destination = $app['config']->get('backup.destination');
5353

5454
if ($destination === 's3') {
55-
$config = $storage['local']['s3'];
55+
$config = $storage['s3'];
5656

5757
$client = S3Client::factory([
5858
'key' => $config['key'],

0 commit comments

Comments
 (0)