ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
fzaninotto/Faker: [https://github.com/fzaninotto/Faker](https://github.com/fzaninotto/Faker) file location: <code>/database/factories/UserFactory.php</code> ``` $factory->define(App\Target::class, function (Faker $faker) { return [ 'target' => $faker->sentence(6), 'ranking' => str_random(1), ]; }); ``` ``` protected $guarded = []; // Set which field cannot be injected ``` ``` php artisan tinker factory(App\Target::class, 10)->create(); ``` If you have more time, you can fix this problem. This problem is treated as an assignment