Loading module/Application/src/Application/Entity/Db/Structure.php +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA * * @return string */ public function getCode(): string public function getCode(): ?string { // if ($this->code !== null) return $this->code; // if ($this->sourceCode !== null) { Loading Loading
module/Application/src/Application/Entity/Db/Structure.php +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA * * @return string */ public function getCode(): string public function getCode(): ?string { // if ($this->code !== null) return $this->code; // if ($this->sourceCode !== null) { Loading