register abstract method
Registers services, bindings, or singletons into the container.
Called synchronously during app initialization.
Should not perform async operations or depend on booted services.
Implementation
void register(ServiceContainer container);