@@ -10,7 +10,7 @@ |
||
| 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]); |