File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class CatalogRegistration extends AbstractModel
72
72
/** @var \DCarbone\PHPConsulAPI\Agent\AgentCheck|null */
73
73
public ?AgentCheck $ Check = null ;
74
74
/** @var \DCarbone\PHPConsulAPI\Health\HealthChecks */
75
- public HealthChecks $ checks ;
75
+ public HealthChecks $ Checks ;
76
76
/** @var bool */
77
77
public bool $ SkipNodeUpdate = false ;
78
78
@@ -243,7 +243,7 @@ public function setCheck(?AgentCheck $Check): self
243
243
*/
244
244
public function getChecks (): HealthChecks
245
245
{
246
- return $ this ->checks ;
246
+ return $ this ->Checks ;
247
247
}
248
248
249
249
/**
@@ -252,7 +252,7 @@ public function getChecks(): HealthChecks
252
252
*/
253
253
public function setChecks (HealthChecks $ checks ): self
254
254
{
255
- $ this ->checks = $ checks ;
255
+ $ this ->Checks = $ checks ;
256
256
return $ this ;
257
257
}
258
258
You can’t perform that action at this time.
0 commit comments