Skip to content

Commit 9637a87

Browse files
jthomaschewskirebing
authored andcommitted
Support Auto-Discovery (#47)
1 parent b8189a7 commit 9637a87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,15 @@
4545
"classmap": [
4646
"tests/"
4747
]
48+
},
49+
"extra": {
50+
"laravel": {
51+
"providers": [
52+
"Rebing\\GraphQL\\GraphQLServiceProvider"
53+
],
54+
"aliases": {
55+
"GraphQL": "Rebing\\GraphQL\\Support\\Facades\\GraphQL"
56+
}
57+
}
4858
}
4959
}

0 commit comments

Comments
 (0)