diff --git a/src/Events/EntrySaved.php b/src/Events/EntrySaved.php index 29513b6d8fb..423ce0ddf6a 100644 --- a/src/Events/EntrySaved.php +++ b/src/Events/EntrySaved.php @@ -21,7 +21,7 @@ public function commitMessage() return __('Entry saved', [], config('statamic.git.locale')); } - public function isInitiator() + public function isInitial() { return $this->entry->id() === $this->initiator->id(); }