feat: name
This commit is contained in:
@@ -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.',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user