mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
DbRepository
: Use correct name case for RepositoryQuery
in joinColumn()
method
This commit is contained in:
parent
201706614d
commit
677a32545b
@ -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…
x
Reference in New Issue
Block a user