From 9e45a1d7187132ca71e671f3ed8d0cd95891229d Mon Sep 17 00:00:00 2001 From: Nikiroy78 Date: Sat, 11 Mar 2023 17:08:57 +0300 Subject: [PATCH] upload files into repos --- 1.php/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { }