From d3a14d97c3cb1203d622c2929e2fbae4d45ed49c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 4 Jul 2025 14:39:31 +0200 Subject: [PATCH] CS fixes --- app/Console/Commands/NntmuxPopulateSearchIndexes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/NntmuxPopulateSearchIndexes.php b/app/Console/Commands/NntmuxPopulateSearchIndexes.php index 06468cb77..da826e4ae 100644 --- a/app/Console/Commands/NntmuxPopulateSearchIndexes.php +++ b/app/Console/Commands/NntmuxPopulateSearchIndexes.php @@ -196,7 +196,7 @@ class NntmuxPopulateSearchIndexes extends Command } ); } - + /** * Populate ManticoreSearch predb index */