Update Text.php

just a little typo
This commit is contained in:
kibernetique
2013-09-23 15:23:28 +03:00
parent e997f4a47e
commit 7c848616c0

View File

@ -17,6 +17,6 @@ abstract class Text implements MediaInterface
*/
public function __construct($text)
{
$this->_text = (string) $text;
$this->text = (string) $text;
}
}