Skip to content

Commit 50f4c17

Browse files
Remove 'publish' action
1 parent 9971e52 commit 50f4c17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/IbmCloudObjectStorageProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public function register()
2929
*/
3030
public function boot()
3131
{
32-
$this->publishes([
33-
__DIR__ . '/../config/qonto.php' => config_path('qonto.php'),
34-
], ['config', 'qonto']);
32+
/*$this->publishes([
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)