Skip to content

Commit

Permalink
one more go at formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsherrard committed Aug 6, 2021
1 parent 94bc263 commit e12faa1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/ActionMonitor/Monitors/AcfMonitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ function () {
);

add_action(
'acf/save_post',
function () {
$this->trigger_schema_diff(
[
'title' => __('Update option page', 'WPGatsby'),
]
);
}
);
'acf/save_post',
function () {
$this->trigger_schema_diff(
[
'title' => __('Update option page', 'WPGatsby'),
]
);
}
);
}
}

0 comments on commit e12faa1

Please sign in to comment.