Skip to content
Code-Schnipsel Gruppen Projekte
Commit 2f6e45a1 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: ERP user -> attributes save

Übergeordneter 67c45b4e
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -134,7 +134,7 @@ public function toUniqueList()
}
/**
* @param null $Calc
* @param null|Calc $Calc
* @return $this
*/
public function calc($Calc = null)
......
......@@ -101,6 +101,7 @@ public function __construct(array $attributes)
if (isset($attributes['data']) && is_array($attributes['data'])) {
$this->data = $attributes['data'];
$this->setAttributes($this->data);
}
if (isset($attributes['address']) && is_array($attributes['address'])) {
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren