Development 4.4.2 #8

Merged
th.guenther merged 17 commits from development-4.4.2 into main 2026-06-21 23:31:27 +02:00
Showing only changes of commit 12f05ceb09 - Show all commits
@@ -13,6 +13,5 @@ class AdminDashboardController extends CommonController
{
$inertiaProvider = new InertiaProvider('Admin/Dashboard', []);
return $inertiaProvider->render();
}
}