Add the possiblity to reorder the column position for a board
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user