diff --git a/packages/framework/src/Framework/Actions/GeneratesDocumentationSearchIndex.php b/packages/framework/src/Framework/Actions/GeneratesDocumentationSearchIndex.php index 835084bfd39..30aeecc0d7f 100644 --- a/packages/framework/src/Framework/Actions/GeneratesDocumentationSearchIndex.php +++ b/packages/framework/src/Framework/Actions/GeneratesDocumentationSearchIndex.php @@ -40,17 +40,6 @@ public static function handle(): string return $service->path; } - /** - * Generate the search index return it as a string. - */ - public static function generate(): string - { - $service = new static(); - $service->run(); - - return $service->index->toJson(); - } - protected function __construct() { $this->index = new Collection();