$factory->define(App\Models\$MODEL_NAME$::class, function (Faker\Generator $faker) { return [ $FACTORY_BODY$ ]; });