the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

should be unique

+1 -1
+1 -1
database/factories/TagFactory.php
··· 16 16 public function definition(): array 17 17 { 18 18 return [ 19 - 'name' => fn () => "Tag {$this->faker->word}", 19 + 'name' => fn () => "Tag {$this->faker->unique()->word}", 20 20 'description' => fn () => $this->faker->sentence, 21 21 ]; 22 22 }