RE: [coldbox:17235] Possible bug with BaseService

When creating a service that extends this, there is a method called getController() that is returning an empty string.

I know I can insert the controller manually, but just curious why this is always empty.

Yeah that’s what I figured, I guess I am looking at the inconsistency. Interceptors do this automatically, just curious why services are different?