Skip to content

Commit

Permalink
Solving undefined image issue on ad item
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdesChe committed May 13, 2019
1 parent 71c482b commit f4e2191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/database/factories/CitiesFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
$factory->define(App\City::class, function (Faker $faker) {
return [
'name' => $faker->city(),
'description' => $faker->text() ,
'description' => $faker->name,
];
});

0 comments on commit f4e2191

Please sign in to comment.