Rename layer to live
This commit is contained in:
parent
96b3b77b79
commit
49d6b6c8cc
15 changed files with 27 additions and 29 deletions
|
|
@ -11,4 +11,4 @@ class ContractController(
|
|||
override val allEntities = List("clients", "contracts")
|
||||
|
||||
object ContractController:
|
||||
val layer = ZLayer.fromFunction(ContractController.apply)
|
||||
val live = ZLayer.fromFunction(ContractController.apply)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue