1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 08:14:06 +02:00

changes in create function

This commit is contained in:
Serge Bezborodov
2013-11-01 09:55:38 +02:00
parent 2155447ce8
commit 0c8f0e9083

View File

@@ -33,7 +33,7 @@ class Stringy
*/
public static function create($str, $encoding = null)
{
return new self($str, $encoding);
return new static($str, $encoding);
}
/**