mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-09 09:34:46 +02:00
Update Text.php
just a little typo
This commit is contained in:
@ -17,6 +17,6 @@ abstract class Text implements MediaInterface
|
|||||||
*/
|
*/
|
||||||
public function __construct($text)
|
public function __construct($text)
|
||||||
{
|
{
|
||||||
$this->_text = (string) $text;
|
$this->text = (string) $text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user