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