Completed
Push — master ( c6f1db...6c1249 )
by Quim González
05:48
created
app/Http/Controllers/TasksTimelineController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 {
11 11
 
12 12
 
13
-    public function index(){
13
+    public function index() {
14 14
 
15 15
         $tasks_events = TaskEvent::all()->reverse();
16 16
                 return view('timeline', ['task_events'=> $tasks_events]);
Please login to merge, or discard this patch.