Skip to content

Commit

Permalink
Refactor structure of ConfigProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui committed Sep 25, 2019
1 parent 919b03c commit 3ffb8d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ public function __invoke(): array
SwitchManager::class => SwitchManagerFactory::class,
Client::class => Client::class,
],
'commands' => [
],
'scan' => [
'paths' => [
__DIR__,
'annotations' => [
'scan' => [
'paths' => [
__DIR__,
],
],
],
'publish' => [
Expand Down

0 comments on commit 3ffb8d9

Please sign in to comment.