mirror of
https://github.com/flarum/core.git
synced 2025-10-19 02:36:08 +02:00
Add todos to document magic properties on models
This commit is contained in:
@@ -11,6 +11,8 @@ use Illuminate\Database\Eloquent\Builder;
|
||||
* Stores information about how much of a discussion a user has read. Can also
|
||||
* be used to store other information, if the appropriate columns are added to
|
||||
* the database, like a user's subscription status for a discussion.
|
||||
*
|
||||
* @todo document database columns with @property
|
||||
*/
|
||||
class DiscussionState extends Model
|
||||
{
|
||||
|
Reference in New Issue
Block a user