added family folder
This commit is contained in:
15
conf/apps/family/chain.yaml
Normal file
15
conf/apps/family/chain.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
child:
|
||||
module: child
|
||||
class: Child
|
||||
|
||||
parent:
|
||||
module: parent
|
||||
class: Parent
|
||||
dependencies:
|
||||
- child
|
||||
|
||||
grand-parent:
|
||||
module: grand_parent
|
||||
class: GrandParent
|
||||
dependencies:
|
||||
- parent
|
||||
Reference in New Issue
Block a user