fix test
This commit is contained in:
@@ -8,5 +8,6 @@ $factory->define(Ejaculation::class, function (Faker $faker) {
|
||||
return [
|
||||
'ejaculated_date' => $faker->date('Y-m-d H:i:s'),
|
||||
'note' => $faker->text,
|
||||
'source' => Ejaculation::SOURCE_WEB,
|
||||
];
|
||||
});
|
||||
|
Reference in New Issue
Block a user