1
0
mirror of https://github.com/flarum/core.git synced 2025-10-18 10:16:09 +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

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