'required', 'slug' => 'required|unique:policies,slug,'.$this->id, 'description' => 'required', 'status' => 'required', ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }