refactor controllers to use form requests for validation

This commit is contained in:
Roberto Guagliardo
2025-07-23 20:41:26 +02:00
parent 724c89c727
commit 9cce21d080
12 changed files with 201 additions and 131 deletions

View File

@@ -27,6 +27,4 @@ class WorkExperience extends Model implements HasMedia
{
return $this->image() ? $this->image()->getUrl() : null;
}
// Als je mediaconversies of image handling wil: hier kun je die later toevoegen
}