Services
A service in Dominus is really any class that implements the Dominus\System\Interfaces\Injectable\Injectable
interface.
These Injectable
classes can then be constructed and injected in any Controller constructor or method that requires it. They can also be injected into other services as well.
Your services should reside in the App/Services
directory of a Dominus project.