We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78373e7 commit 949d6a3Copy full SHA for 949d6a3
src/Agent/AgentCheckRegistration.php
@@ -26,8 +26,6 @@ class AgentCheckRegistration extends AgentServiceCheck {
26
/** @var string */
27
public $Name = '';
28
29
- public $Notes = '';
30
- /** @var string */
31
public $ServiceID = '';
32
33
/**
@@ -62,22 +60,6 @@ public function setName($Name) {
62
60
return $this;
63
61
}
64
65
- /**
66
- * @return string
67
- */
68
- public function getNotes() {
69
- return $this->Notes;
70
- }
71
-
72
73
- * @param string $Notes
74
- * @return \DCarbone\PHPConsulAPI\Agent\AgentCheckRegistration
75
76
- public function setNotes($Notes) {
77
- $this->Notes = $Notes;
78
- return $this;
79
80
81
82
* @return string
83
*/
0 commit comments