mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-18 05:54:06 +02: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