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.
2 parents a95c10e + 263e2fa commit 817c86fCopy full SHA for 817c86f
src/main/php/Gomoob/Pushwoosh/Model/Request/RegisterDeviceRequest.php
@@ -300,7 +300,7 @@ private function checkDeviceType()
300
301
// The 'deviceType' parameter must have been defined.
302
if (!isset($this->deviceType)) {
303
- throw new PushwooshException('The \'application\' property is not set !');
+ throw new PushwooshException('The \'deviceType\' property is not set !');
304
305
}
306
0 commit comments