parent:: test

This commit is contained in:
lopar 2019-01-11 22:29:54 +02:00
parent 0c8e121015
commit 1f82e5b40e

View File

@ -130,7 +130,7 @@ abstract class Item
public function printImage() public function printImage()
{ {
echo "<img src='/i/sh/{$this->img}'"; echo "<img src='/i/sh/{$this->img}'>";
} }
protected function wrap($number) protected function wrap($number)