ServicestatussummaryQuery: Fix name case for ServicestatusQuery

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

View File

@ -44,7 +44,7 @@ class ServicestatussummaryQuery extends IdoQuery
/** /**
* The service status sub select * The service status sub select
* *
* @var ServiceStatusQuery * @var ServicestatusQuery
*/ */
protected $subSelect; protected $subSelect;