lint fixes

This commit is contained in:
Adrian Hopek
2022-05-11 09:12:43 +02:00
parent dd1aa0d0f8
commit f50da3b79c
3 changed files with 3 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ class ResumeRequest extends FormRequest
public function hasEmployee(): bool
{
return $this->has("user");
return $this->has("user");
}
public function getEmployee(): User