Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 43ee1f3

Browse files
author
Reza Shadman
committed
Add auto dicovery
1 parent 9def73a commit 43ee1f3

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
@@ -29,5 +29,12 @@
2929
"psr-4": {
3030
"Reshadman\\Committed\\Tests\\": "tests"
3131
}
32-
}
32+
},
33+
"extra": {
34+
"laravel": {
35+
"providers": [
36+
"Reshadman\\Committed\\CommittedServiceProvider"
37+
]
38+
}
39+
},
3340
}

0 commit comments

Comments
 (0)