Skip to content

Commit 8f89e9d

Browse files
committed
feat: add orion-config group
1 parent bb87e58 commit 8f89e9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/OrionServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public function boot()
4646
$this->publishes(
4747
[
4848
__DIR__ . '/../config/orion.php' => config_path('orion.php'),
49-
]
49+
],
50+
'orion-config'
5051
);
5152

5253
$this->mergeConfigFrom(__DIR__ . '/../config/orion.php', 'orion');

0 commit comments

Comments
 (0)