mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:50:24 +08:00
Static relationship collections need to be initialised on subclasses
Will probably make this whole “custom relationships” thing a trait instead of being on the base class
This commit is contained in:
parent
963078b375
commit
c20a5bb793
@ -2,6 +2,8 @@
|
||||
|
||||
class DiscussionBasicSerializer extends BaseSerializer
|
||||
{
|
||||
protected static $relationships = [];
|
||||
|
||||
/**
|
||||
* The resource type.
|
||||
*
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
class PostBasicSerializer extends BaseSerializer
|
||||
{
|
||||
protected static $relationships = [];
|
||||
|
||||
/**
|
||||
* The resource type.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user