Commit f02bd803 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Erreur dans l'initialisaion de l'attribut "embedded" de PropertyMetadata.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -91,7 +91,7 @@ class PropertyMetadata implements \JsonSerializable, HasName ...@@ -91,7 +91,7 @@ class PropertyMetadata implements \JsonSerializable, HasName
$this->writable = $writable; $this->writable = $writable;
$this->initializable = $initializable; $this->initializable = $initializable;
$this->link = $link; $this->link = $link;
$this->embedded = $link; $this->embedded = $embedded;
} }
/** /**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment