openclassify/addons/default/visiosoft/location-module/factories/CountryFactory.php
2019-06-22 13:59:18 +03:00

11 lines
203 B
PHP

<?php
$factory->define(
Visiosoft\LocationModule\Country\CountryModel::class,
function (Faker\Generator $faker) {
return [
//'title' => $faker->words(2),
];
}
);