framework
framework copied to clipboard
Update DatabaseFactory to require the logger interface, and bubble up through all usages
Next release will have this as optional at the Database class level, and will otherwise use the container. BC break in v3.0.0 will require the LoggerInterface and pass through to all other Database related classes via Dependency Injection.