Skip to content

Commit 7fd26f4

Browse files
Merge pull request #35 from bgentil/patch-4
Update Hello.php
2 parents 234c77e + a03bd06 commit 7fd26f4

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)