mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-07 21:20:34 +01:00
Since $this gets passed to Repository::requireTable() it may be possible that some repository tries to access the underlying native query so we need to ensure that we're able to actually provide it. refs #10567