Skip to content

Commit b52bcb7

Browse files
committed
Fix event constant values
1 parent 21fe2b1 commit b52bcb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Phpforce/SoapClient/Events.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
final class Events
55
{
6-
const REQUEST = 'php_force.soap_client.request';
7-
const RESPONSE = 'php_force.soap_client.response';
8-
const FAULT = 'php_force.soap_client.fault';
6+
const REQUEST = 'phpforce.soap_client.request';
7+
const RESPONSE = 'phpforce.soap_client.response';
8+
const FAULT = 'phpforce.soap_client.fault';
99
}
1010

0 commit comments

Comments
 (0)