Skip to content

Commit a03bd06

Browse files
authored
Update Hello.php
- Implemented Hello Frame
1 parent 0104596 commit a03bd06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AfriCC/EPP/Frame/Hello.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515

1616
class Hello extends AbstractFrame
1717
{
18+
public function __construct()
19+
{
20+
parent::__construct();
21+
$this->set('//epp:epp/epp:hello');
22+
}
1823
}

0 commit comments

Comments
 (0)