mirror of
https://github.com/flarum/framework.git
synced 2025-02-20 22:25:54 +08:00
Fix attribute serialisation event mutability
This commit is contained in:
parent
3cd7e307b3
commit
cceb2b1249
@ -12,6 +12,6 @@ class SerializeAttributes
|
||||
{
|
||||
$this->serializer = $serializer;
|
||||
$this->model = $model;
|
||||
$this->attributes = $attributes;
|
||||
$this->attributes = &$attributes;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user