getZoneVersions(ZoneVersionQuery::create()->filterByIsActive(true)); if (count($collection)) { return $collection[0]; } return null; } }