Skip to content

Commit 11ba03b

Browse files
Fix
1 parent d3d67c7 commit 11ba03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IbmCloudObjectStorageProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public function register()
3030
public function boot()
3131
{
3232
$this->publishes([
33-
__DIR__ . '/../config/qonto.php' => config_path('qonto.php'),
34-
], ['config', 'qonto']);
33+
__DIR__ . '/../config/filesystems.php' => config_path('filesystems.php'),
34+
], ['config', 'ibm-cos']);
3535

3636
Storage::extend('ibm-cos', function($app, $config) {
3737
return new Filesystem(new IbmCosAdapter($config, $config['bucket']));

0 commit comments

Comments
 (0)