1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Add a serializer and API action to get information about the forum

This commit is contained in:
Toby Zerner
2015-06-15 12:18:20 +09:30
parent 0aed5f44bf
commit c1e3820480
6 changed files with 85 additions and 3 deletions

View File

@@ -28,6 +28,8 @@ class Discussion extends Model
'last_post_number' => 'integer'
];
protected static $relationships = [];
/**
* The table associated with the model.
*