diff --git a/Creational/AbstractFactory/Text.php b/Creational/AbstractFactory/Text.php index 60846bb..3573801 100644 --- a/Creational/AbstractFactory/Text.php +++ b/Creational/AbstractFactory/Text.php @@ -7,7 +7,7 @@ abstract class Text /** * @var string */ - private $text; + protected $text; public function __construct(string $text) {