WIP
This commit is contained in:
@@ -20,7 +20,6 @@ class AlbumFactory extends Factory
|
||||
{
|
||||
return [
|
||||
'name' => fake()->sentence(2),
|
||||
'cover' => './covers/image-'.rand(1,12).'-big.jpg',
|
||||
'category_id' => Category::all()->random(1)->first()->id,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user