fix phpstan issues

This commit is contained in:
2023-11-09 19:25:18 +01:00
parent 334d357189
commit 6d608ab35a
3 changed files with 2 additions and 6 deletions

View File

@@ -15,10 +15,6 @@ use Symfony\Component\Security\Core\Security;
class DashboardApiController
{
public function __construct(private readonly Security $security)
{
}
/**
* Get user dashboard config (not yet based on user id and still hardcoded for now)
*