mirror of
https://github.com/flarum/core.git
synced 2025-07-29 20:50:28 +02:00
Fix attribute serialisation event mutability
This commit is contained in:
@@ -12,6 +12,6 @@ class SerializeAttributes
|
||||
{
|
||||
$this->serializer = $serializer;
|
||||
$this->model = $model;
|
||||
$this->attributes = $attributes;
|
||||
$this->attributes = &$attributes;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user