diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-16 10:44:05 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-16 10:44:05 -0400 |
commit | e0a5045ed5f3a4a6a34d252f5251295a27d11418 (patch) | |
tree | fb9affe5aab371e64ceb6403818d6acd99203b97 /models/action.php | |
parent | 395a8a5f2a4976b80432a0d71d51d1bad3d01a83 (diff) |
Add the possiblity to reorder the column position for a board
Diffstat (limited to 'models/action.php')
-rw-r--r-- | models/action.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/models/action.php b/models/action.php index f3e2094d..cc8f5cad 100644 --- a/models/action.php +++ b/models/action.php @@ -8,6 +8,12 @@ require_once __DIR__.'/task.php'; use \SimpleValidator\Validator; use \SimpleValidator\Validators; +/** + * Action model + * + * @package model + * @author Frederic Guillot + */ class Action extends Base { const TABLE = 'actions'; |