diff --git a/1.php/readme.md b/1.php/readme.md index 99afc6f..2051f52 100644 --- a/1.php/readme.md +++ b/1.php/readme.md @@ -63,8 +63,8 @@ class Model { private $realization; public function __construct( $realization ) { - $this->name = $realization; - } + $this->name = $realization; + } public function getModelElement ($root = null) { }