mirror of
https://github.com/flarum/core.git
synced 2025-02-23 10:46:29 +01:00
9 lines
168 B
PHP
9 lines
168 B
PHP
<?php
|
|
|
|
$factory('Flarum\Core\Discussions\Discussion', [
|
|
'title' => $faker->sentence
|
|
]);
|
|
|
|
$factory('Flarum\Core\Users\User', [
|
|
'username' => $faker->sentence
|
|
]); |