Modificato view su dashboard inserendo i tasks

This commit is contained in:
2023-07-17 12:13:28 +02:00
parent 0050c3547e
commit 0f382d4182
4 changed files with 83 additions and 0 deletions

View File

@@ -12,4 +12,6 @@ class TaskController extends Controller
{
return Task::all();
}
}