template-provider

Results 8 comments of template-provider

+1 for merge .... huge problem

+1 ... can this be fixed plz

I am not 100 percent sure what you mean. A getter/setter does not change anything for unknown properties during serialize/unserialize. The only possible solution would be magic getters/setters to set...

And as described above the problem is in unserialize to. In this case the following lines: https://github.com/symfony/property-access/blob/7.0/PropertyAccessor.php#L525 ```php } elseif ($object instanceof \stdClass && property_exists($object, $property)) { $object->$property = $value;...

any updates on this? does not work for me either :-(

@flexiondotorg could you plz update the version .... thx in advance