Skip to content
Snippets Groups Projects
Commit 51c4c36a authored by Jeremy Guiselin's avatar Jeremy Guiselin
Browse files

correct bug locale device

parent 4be7f906
Branches
No related tags found
No related merge requests found
...@@ -204,9 +204,13 @@ class Device ...@@ -204,9 +204,13 @@ class Device
/** /**
* @param string $locale * @param string $locale
*
* @return Device
*/ */
public function setLocale($locale) public function setLocale($locale)
{ {
$this->locale = $locale; $this->locale = $locale;
return $this;
} }
} }
...@@ -44,6 +44,7 @@ class DeviceRepository extends EntityRepository ...@@ -44,6 +44,7 @@ class DeviceRepository extends EntityRepository
->setModel($data['model']) ->setModel($data['model'])
->setPlatform($data['platform']) ->setPlatform($data['platform'])
->setToken($data['token']) ->setToken($data['token'])
->setLocale($data['locale'])
->setVersion($data['version']); ->setVersion($data['version']);
} }
} }
web/apple-touch-icon.png

2.04 KiB | W: | H:

web/apple-touch-icon.png

226 KiB | W: | H:

web/apple-touch-icon.png
web/apple-touch-icon.png
web/apple-touch-icon.png
web/apple-touch-icon.png
  • 2-up
  • Swipe
  • Onion skin
web/favicon.ico

6.37 KiB | W: | H:

web/favicon.ico

8.45 KiB | W: | H:

web/favicon.ico
web/favicon.ico
web/favicon.ico
web/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment