Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnold French committed Sep 11, 2024
1 parent d757593 commit bd88f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ protected function assertViewWithSortsResults() {
/**
* {@inheritdoc}
*/
protected function doSetupViewWithArguments() {
public function doSetupViewWithArguments() {
$this->addArgumentToDisplay('name[civicrm_activity.id]');
$this->addFieldToDisplay('name[civicrm_activity.details__value]');
$this->addFieldToDisplay('name[civicrm_activity.location]');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected function assertViewWithSortsResults() {
/**
* {@inheritdoc}
*/
protected function doSetupViewWithArguments() {
public function doSetupViewWithArguments() {
$this->addArgumentToDisplay('name[civicrm_address.id]');
$this->addFieldToDisplay('name[civicrm_address.location_type_id]');
$this->addFieldToDisplay('name[civicrm_address.country_id]');
Expand Down

0 comments on commit bd88f37

Please sign in to comment.