mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 09:42:24 +01:00
commit
c9d2a4a3e9
@ -17,6 +17,6 @@ abstract class Text implements MediaInterface
|
||||
*/
|
||||
public function __construct($text)
|
||||
{
|
||||
$this->_text = (string) $text;
|
||||
$this->text = (string) $text;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user