Add test for receiving dependencies
This commit is contained in:
10
test/dummy/app/helpers/LogicUnitReceiver.rb
Normal file
10
test/dummy/app/helpers/LogicUnitReceiver.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class LogicUnitReceiver
|
||||
include Laradi::Mixin
|
||||
|
||||
def get_unit
|
||||
dependencies :logic_unit
|
||||
|
||||
logic_unit
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user