Skip to content

Commit 27cdaa7

Browse files
authored
Merge pull request #69 from Omranic/patch-1
Support Auto Discovery
2 parents e3c5f8e + a29f665 commit 27cdaa7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,12 @@
3030
"classmap": [
3131
"tests"
3232
]
33+
},
34+
"extra": {
35+
"laravel": {
36+
"providers": [
37+
"Themsaid\\Langman\\LangmanServiceProvider"
38+
]
39+
}
3340
}
3441
}

0 commit comments

Comments
 (0)