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