Skip to content

Commit fec97bb

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent 86901f9 commit fec97bb

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/ConfigProvider.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ class ConfigProvider
1616
public function __invoke(): array
1717
{
1818
return [
19-
'annotations' => [
20-
'scan' => [
21-
'paths' => [
22-
__DIR__,
23-
],
24-
],
25-
],
2619
'publish' => [
2720
[
2821
'id' => 'config',

tests/ConfigProviderTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ public function testInvoke()
2525
$dir = str_replace('/tests', '/src', __DIR__);
2626

2727
$this->assertSame([
28-
'annotations' => [
29-
'scan' => [
30-
'paths' => [
31-
$dir,
32-
],
33-
],
34-
],
3528
'publish' => [
3629
[
3730
'id' => 'config',

0 commit comments

Comments
 (0)