Skip to content

Commit 2c578ad

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent cd14258 commit 2c578ad

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/ConfigProvider.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ public function __invoke(): array
2323
'commands' => [
2424
WatchCommand::class,
2525
],
26-
'annotations' => [
27-
'scan' => [
28-
'paths' => [
29-
__DIR__,
30-
],
31-
],
32-
],
3326
'publish' => [
3427
[
3528
'id' => 'config',

0 commit comments

Comments
 (0)