'required', 'address_one' => 'required', 'city' => 'required', 'state' => 'required', 'country' => 'required', 'postal_code' => 'required', ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }