faker->unique()->word . '.pdf'; return [ 'file' => [ [ 'title' => $this->faker->randomElement(['Обычное', 'Основное', 'Дополнительное', 'Экзаменационное']), 'path' => 'schedules/' . $this->faker->slug . '-' . time() . '.pdf' ] ], 'educational_group_id' => \App\Containers\Schedule\Models\EducationalGroup::factory(), 'created_at' => $this->faker->dateTimeBetween('-6 months', 'now'), 'updated_at' => $this->faker->dateTimeBetween('-6 months', 'now'), ]; } }