Move interactor to namespace

This commit is contained in:
Alex Sherman 2020-11-30 16:08:32 +05:00
parent a40116e05e
commit 8ff8aa78c8
8 changed files with 102 additions and 96 deletions

View file

@ -79,6 +79,6 @@ class DomainCron
end
def self.start_client_hold
ClientHoldInteraction::SetClientHold.run!
Domains::ClientHold::SetClientHold.run!
end
end