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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user