This commit is contained in:
Igor Barkov [iwork]
2019-01-11 18:26:33 +02:00
parent d68f9b232a
commit 642fb82938
3 changed files with 9 additions and 1 deletions

View File

@@ -64,6 +64,11 @@ class Item
public $mfuvorot;
public $mfauvorot;
/**
* Item constructor.
*
* @param $row
*/
public function __construct($row)
{
$this->name = $row['name'];