filter by task title and order by lastModified, dueDate, status, process and task
This commit is contained in:
@@ -17,6 +17,5 @@ class User extends Model
|
||||
public function delegations()
|
||||
{
|
||||
return $this->hasMany(Delegation::class, 'USR_ID', 'USR_ID');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user