add test
This commit is contained in:
@@ -53,7 +53,7 @@ class TimeTrackerController extends Controller
|
||||
*/
|
||||
public function show(TimeTracker $timeTracker)
|
||||
{
|
||||
//
|
||||
return response()->json(new TimeTrackerResource($timeTracker->load('toDo')));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user