mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
DbRepository: Use correct name case for RepositoryQuery in joinColumn() method
This commit is contained in:
parent
201706614d
commit
677a32545b
1 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ abstract class DbRepository extends Repository implements Extensible, Updatable,
|
|||
*
|
||||
* @param string $name The alias or column name to join into $target
|
||||
* @param string $target The table to join $name into
|
||||
* @param RepositoryQUery $query The query to apply the JOIN-clause on
|
||||
* @param RepositoryQuery $query The query to apply the JOIN-clause on
|
||||
*
|
||||
* @return string|null The resolved alias or $name, null if no join logic is found
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue