1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +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 e62093f4dd
commit f17c3a2778
10 changed files with 27 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
use Flarum\Core\Model;
/**
* @todo document database columns with @property
*/
class AccessToken extends Model
{
/**