diff --git a/AbstractFactory/Html/Picture.php b/AbstractFactory/Html/Picture.php index 2e648b0..843f216 100644 --- a/AbstractFactory/Html/Picture.php +++ b/AbstractFactory/Html/Picture.php @@ -18,6 +18,6 @@ class Picture extends BasePicture */ public function render() { - return sprintf('', $this->path, $this->name); + return sprintf('', $this->path, $this->name); } }