define(App\Models\GitUpdate::class, function (Faker $faker) { return [ 'name' => $faker->name, 'hash' => $faker->word, ]; });