mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
use Faker\Generator as Faker;
|
|
|
|
$factory->define(App\SettingBeneficiary::class, function (Faker $faker) {
|
|
return [
|
|
//
|
|
];
|
|
});
|