1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-07-13 18:16:46 -03:00
parent 6a3494d528
commit 917e142d92

View file

@ -1100,6 +1100,7 @@ abstract class ObjectYPT implements ObjectInterface
public static function __set_state($state)
{
// not sure where comes from this error
$obj = new self();
$obj->properties = $state['properties'];
return $obj;