mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
Fix TorrentRequestClaimFactory
This commit is contained in:
@@ -36,7 +36,7 @@ class TorrentRequestClaimFactory extends Factory
|
||||
{
|
||||
return [
|
||||
'request_id' => TorrentRequest::factory(),
|
||||
'username' => User::factory(),
|
||||
'user_id' => User::factory(),
|
||||
'anon' => $this->faker->boolean(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user