define(EstimateTemplate::class, function (Faker $faker) { return [ 'path' => $faker->word, 'view' => $faker->word, 'name' => $faker->word, ]; });