1
0
mirror of https://github.com/flarum/core.git synced 2025-10-20 03:06:07 +02:00

Expose serializer/actor to extensions

This commit is contained in:
Toby Zerner
2015-05-15 17:06:09 +09:30
parent b4e5f0e6e5
commit 8e6adb9be0
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ use Closure;
*/
abstract class BaseSerializer extends SerializerAbstract
{
protected $actor;
public $actor;
/**
* The custom relationships on this serializer.