Update database/factories/ResumeFactory.php
Co-authored-by: Krzysztof Rewak <krzysztof.rewak@gmail.com>
This commit is contained in:
		| @@ -17,7 +17,7 @@ class ResumeFactory extends Factory | |||||||
|     public function definition(): array |     public function definition(): array | ||||||
|     { |     { | ||||||
|         return [ |         return [ | ||||||
|             "name" => fn(array $attr) => empty($attr["user_id"]) ? $this->faker->name : null, |             "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null, | ||||||
|             "education" => $this->generateEducation(), |             "education" => $this->generateEducation(), | ||||||
|             "languages" => $this->generateLanguages(), |             "languages" => $this->generateLanguages(), | ||||||
|             "technologies" => $this->generateTechnologies(), |             "technologies" => $this->generateTechnologies(), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user