mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-25 15:34:06 +00:00
redo contact test, added contact factory
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Faker\Generator as Faker;
|
||||
|
||||
$factory->define(App\Contact::class, function (Faker $faker) {
|
||||
return [
|
||||
'user_id' => '1',
|
||||
'com_id' => '1',
|
||||
'status' => '1',
|
||||
];
|
||||
});
|
||||
Reference in New Issue
Block a user