diff --git a/src/Generator.php b/src/Generator.php index 59e47fd..d886971 100644 --- a/src/Generator.php +++ b/src/Generator.php @@ -104,7 +104,7 @@ protected function publishedEntries(?array $entryTypes = null): \Illuminate\Supp return false; } - return $entry->published(); + return $entry->status() === 'published'; }); }