예제 #1
0
 public static function GenerateFake($faker)
 {
     return ['end_period' => $faker->dateTime($min = 'now')->format('Y-m-d h:m:s'), 'period_id' => $faker->numberBetween($min = 1, $max = Period::count())];
 }