diff --git a/app/Services/SuggestionService.php b/app/Services/SuggestionService.php new file mode 100644 index 00000000..a4d6b8d2 --- /dev/null +++ b/app/Services/SuggestionService.php @@ -0,0 +1,46 @@ +whereIsSuggestable(true)->pluck('id'); + foreach($ids as $id) { + self::set($id); + } + } + } +} \ No newline at end of file