PMCORE-850

This commit is contained in:
Paula Quispe
2019-06-10 15:04:14 -04:00
parent 91e75dd29b
commit e1e6ae3fcd
4 changed files with 1987 additions and 54 deletions

View File

@@ -12,6 +12,11 @@ class Application extends Model
public $incrementing = false;
// No timestamps
public $timestamps = false;
// Status id
const STATUS_DRAFT = 1;
const STATUS_TODO = 2;
const STATUS_COMPLETED = 3;
const STATUS_CANCELED = 4;
public function delegations()
{