feat: name
CI / 🧪 Tests Laravel (push) Successful in 2m16s
CI / 🐳 Build & Push Image (push) Successful in 38s

This commit is contained in:
2026-08-12 10:08:59 +02:00
parent eef021fc1f
commit 31633cfd2c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ class AiMealPostGenerator
return User::query()->firstOrCreate(
['email' => $email],
[
'name' => $this->configString('user_name', 'Daily Meal AI'),
'name' => $this->configString('user_name', 'Bowli AI'),
'password' => Hash::make(Str::random(64)),
'bio' => 'Compte utilise pour publier des repas generes automatiquement.',
],