Skip to content

Commit

Permalink
comment out currently unloadable external relations
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Jan 5, 2018
1 parent 2415926 commit c031391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/TimeEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ protected function getExternalRelations()
'invoice',
'project',
'task',
'taskAssignment',
'userAssignment',
// 'taskAssignment',
// 'userAssignment',
];
}

Expand Down

0 comments on commit c031391

Please sign in to comment.