Skip to content

Commit 949d6a3

Browse files
committed
Cleaning up AgentCheckRegistration class
1 parent 78373e7 commit 949d6a3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/Agent/AgentCheckRegistration.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class AgentCheckRegistration extends AgentServiceCheck {
2626
/** @var string */
2727
public $Name = '';
2828
/** @var string */
29-
public $Notes = '';
30-
/** @var string */
3129
public $ServiceID = '';
3230

3331
/**
@@ -62,22 +60,6 @@ public function setName($Name) {
6260
return $this;
6361
}
6462

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-
8163
/**
8264
* @return string
8365
*/

0 commit comments

Comments
 (0)