bulk commit

This commit is contained in:
omair saleh
2020-08-24 09:54:49 +08:00
parent bd9fe94ddc
commit 7f712e6ca8
108 changed files with 1601 additions and 583 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ use Faker\Generator as Faker;
$factory->define(App\Models\Company::class, function (Faker $faker) {
return [
'reference_no' => $faker->numerify('##########'),
'reference_no' => $faker->numerify('#########'),
'name' => $faker->company.' '.$faker->companySuffix,
'type' => $faker->randomDigitNotNull
'type' => $faker->randomDigitNotNull,
];
});