1
0
mirror of https://github.com/flarum/core.git synced 2025-10-20 03:06:07 +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

@@ -15,6 +15,8 @@ use Flarum\Core\Model;
* For example, the 'discussionRenamed' notification type represents that
* someone renamed a user's discussion. Its subject is a discussion, of which
* the ID is stored in the `subject_id` column.
*
* @todo document database columns with @property
*/
class Notification extends Model
{