model = $property; $function = Str::camel($action); return $this->$function($property, $request); } public function copy(Property $property, Request $request) { return $property; } public function empty(Property $property, Request $request) { return $property; } }