'required' ]; } /** * Get the validation rules that apply to the arrays. * * @return array */ public function translations() { return [ 'url' => 'required', 'meta_title' => 'required', 'title' => 'required', 'content' => 'required' ]; } }