1
0

Add injection dependencies

This commit is contained in:
2020-09-10 17:00:27 +02:00
parent a4a30d1bea
commit 9365e8f0c5
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package starter
enum class Category {
Server, Database, Test, Other
Server, Injection, Database, Test, Other
}
enum class Scope {