'image', 'place_id' => 'required', 'type' => 'required', 'surface' => 'required|numeric', 'price' => 'required|integer' ]; } /** * Get the validation rules that apply to the arrays. * * @return array */ public function translations() { return [ 'title' => 'required', 'content' => 'required' ]; } }