Update ArticleFactory.php
This commit is contained in:
@@ -9,6 +9,7 @@ use Faker\Generator as Faker;
|
||||
$factory->define(Article::class, function (Faker $faker) {
|
||||
return [
|
||||
'title' => $faker->sentence,
|
||||
'url' => $faker->url,
|
||||
'author' => $faker->name,
|
||||
'featured_image' => "https://images-01.avas.mv/post/big_pUd28VpL9K3vQJjHbAZDYlaBl.jpg",
|
||||
"body" => $faker->paragraph,
|
||||
|
||||
Reference in New Issue
Block a user