mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Fix attribute serialisation event mutability
This commit is contained in:
parent
0bcaaaa9b9
commit
6f67b8c247
|
@ -12,6 +12,6 @@ class SerializeAttributes
|
|||
{
|
||||
$this->serializer = $serializer;
|
||||
$this->model = $model;
|
||||
$this->attributes = $attributes;
|
||||
$this->attributes = &$attributes;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user