@@ -80,6 +80,9 @@ |
||
| 80 | 80 | */ |
| 81 | 81 | public $brand; |
| 82 | 82 | |
| 83 | + /** |
|
| 84 | + * @param string $brand |
|
| 85 | + */ |
|
| 83 | 86 | public function __construct($brand) |
| 84 | 87 | { |
| 85 | 88 | $this->brand = $brand; |