HoststatussummaryQuery: Fix name case for HoststatusQuery

This commit is contained in:
raviks789 2023-08-14 15:58:21 +02:00
parent b481a771d0
commit d22d2fb1e0

View File

@ -31,7 +31,7 @@ class HoststatussummaryQuery extends IdoQuery
/** /**
* The host status sub select * The host status sub select
* *
* @var HostStatusQuery * @var HoststatusQuery
*/ */
protected $subSelect; protected $subSelect;