Mod::factory(), 'version' => $this->faker->numerify('1.#.#'), 'description' => $this->faker->text(), 'link' => $this->faker->url(), 'spt_version_id' => SptVersion::factory(), 'virus_total_link' => $this->faker->url(), 'downloads' => $this->faker->randomNumber(), 'created_at' => Carbon::now(), 'updated_at' => Carbon::now(), ]; } }