Completed
Push — master ( e9a21a...557ba8 )
by Guillaume
02:41
created
src/Toggl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
             $timers[] = [
70 70
                 'id'           => $timeEntry['id'],
71 71
                 'description'  => $timeEntry['description'],
72
-                'project_name' => $timeEntry['pid'],//$this->getProjectName($timeEntry['pid']),
72
+                'project_name' => $timeEntry['pid'], //$this->getProjectName($timeEntry['pid']),
73 73
                 'tags'         => empty($timeEntry['tags']) ? '' : implode(', ', $timeEntry['tags']),
74 74
                 'duration'     => $timeEntry['duration'],
75 75
             ];
Please login to merge, or discard this patch.