refactor controllers to use form requests for validation
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user