Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit ffbc8b7

Browse files
authored
Support Auto-Discovery
1 parent 7e6d18a commit ffbc8b7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,12 @@
1818
"psr-4": {
1919
"Appstract\\Tracer\\": "src/"
2020
}
21+
},
22+
"extra": {
23+
"laravel": {
24+
"providers": [
25+
"Appstract\\Tracer\\TracerServiceProvider"
26+
]
27+
}
2128
}
22-
}
29+
}

0 commit comments

Comments
 (0)