diff --git a/src/Services/GeneratorService.php b/src/Services/GeneratorService.php index aae996f..2438565 100644 --- a/src/Services/GeneratorService.php +++ b/src/Services/GeneratorService.php @@ -45,7 +45,7 @@ public function feed(Feed $feed, ?OutputStyle $output = null): void $this->release($file, $path); - $this->setLastActivity($feed); + $this->setLastActivity($feed); $this->setLastActivity($feed); } catch (Throwable $e) { throw new FeedGenerationException(get_class($feed), $e);