Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit df5cb7f

Browse files
committed
Adding in the device identifier for android
1 parent 425d53f commit df5cb7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Controller/DeviceController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public function registerGCMRegistrationIDAction(ParamFetcher $paramFetcher) {
156156
}
157157

158158
$device->setDeviceModel($deviceModel);
159+
$device->setDeviceIdentifier($deviceIdentifier);
159160
$device->setDeviceName($deviceName);
160161
$device->setDeviceVersion($deviceVersion);
161162
$device->setDeviceToken($deviceToken);

0 commit comments

Comments
 (0)