Private
Public Access
1
0

chg: dev: small refactors on back-end #8

This commit is contained in:
2026-04-20 21:11:17 +02:00
parent 2ec37a802b
commit 4944d2aa21
6 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ use DateTime;
* @link www.splendidbear.org
* @since 2026. 04. 20.
*/
readonly class ProfileChartDataFactory
readonly final class ProfileChartDataFactory
{
public function __construct(private PlayedGameRepository $repo) { }