- trop de trucs d'un coup... je vais faire attention ensuite ^^'
This commit is contained in:
@@ -52,6 +52,10 @@ final class MangaFactory extends ModelFactory
|
||||
return [
|
||||
'slug' => $this->slugger->slug($title)->lower(),
|
||||
'title' => $title,
|
||||
'description' => self::faker()->text(),
|
||||
'genres' => self::faker()->words(rand(1, 5)),
|
||||
'publicationYear' => self::faker()->year(),
|
||||
'rating' => self::faker()->randomFloat(1, 0, 10),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -48,8 +48,8 @@ final class PageFactory extends ModelFactory
|
||||
{
|
||||
return [
|
||||
'chapter' => ChapterFactory::new(),
|
||||
'imageLocalUrl' => self::faker()->text(255),
|
||||
'imageUrl' => self::faker()->text(255),
|
||||
'imageLocalUrl' => 'https://placehold.co/770x1090',
|
||||
'imageUrl' => 'https://placehold.co/770x1090',
|
||||
'number' => self::faker()->randomNumber(2),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user