1
0
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:
Toby Zerner
2015-07-07 19:20:18 +09:30
parent 4c5cf96b95
commit 8a54b362c7
10 changed files with 27 additions and 0 deletions

View File

@@ -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
{