reworked family dependencies
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
child:
|
||||
child_app:
|
||||
module: child
|
||||
class: Child
|
||||
dependencies:
|
||||
- parent_app
|
||||
|
||||
sibling:
|
||||
sibling_app:
|
||||
module: sibling
|
||||
class: Sibling
|
||||
dependencies:
|
||||
- parent_app
|
||||
|
||||
parent:
|
||||
parent_app:
|
||||
module: parent
|
||||
class: Parent
|
||||
dependencies:
|
||||
- child
|
||||
- sibling
|
||||
- grand-parent_app
|
||||
|
||||
grand-parent:
|
||||
grand-parent_app:
|
||||
module: grand_parent
|
||||
class: GrandParent
|
||||
dependencies:
|
||||
- parent
|
||||
Reference in New Issue
Block a user