From 1fdb3b8502c9e261986c4ca00e4613de1fdb85b4 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 2 Nov 2025 09:34:39 +0200 Subject: [PATCH] bind user repo to flat file impl --- bootstrap/container.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap/container.php b/bootstrap/container.php index 79b88f4..4ece193 100644 --- a/bootstrap/container.php +++ b/bootstrap/container.php @@ -1,7 +1,11 @@ FlatFileUserRepository::class, +]); return $container;