diff --git a/src/ActionMonitor/Monitors/AcfMonitor.php b/src/ActionMonitor/Monitors/AcfMonitor.php index d51cb7a..a49d4f8 100644 --- a/src/ActionMonitor/Monitors/AcfMonitor.php +++ b/src/ActionMonitor/Monitors/AcfMonitor.php @@ -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'), + ] + ); + } + ); } }