Skip to content

Commit 9f5cb86

Browse files
author
Evgeniy Korniushin
committed
add auto-discover service provider
1 parent 2b58c80 commit 9f5cb86

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
"src/helpers.php"
3030
]
3131
},
32-
"minimum-stability": "beta"
32+
"minimum-stability": "beta",
33+
"extra": {
34+
"laravel": {
35+
"providers": [
36+
"RonasIT\\Support\\EntityGeneratorServiceProvider"
37+
]
38+
}
39+
}
3340
}

0 commit comments

Comments
 (0)