Skip to content

Commit 722cdc6

Browse files
committed
Fix missing group in configuration publishing
1 parent 4213330 commit 722cdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BotManServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function boot()
1818
{
1919
$this->publishes([
2020
__DIR__ . '/../assets/config.php' => config_path('botman/config.php'),
21-
]);
21+
], 'config');
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)