Model inheritance

This commit is contained in:
2020-03-02 13:02:13 -03:00
parent c7084415f0
commit f8b6d6348b
2 changed files with 4 additions and 3 deletions

View File

@ -28,11 +28,11 @@
},
"repositories": [
{
"type": "vcs",
"type": "git",
"url": "//192.168.1.100/git/models.git"
},
{
"type": "vcs",
"type": "git",
"url": "//192.168.1.100/git/auth.git"
}
]