diff --git a/app/Console/Commands/DownloadWebMentions.php b/app/Console/Commands/DownloadWebMentions.php new file mode 100644 index 00000000..4b9a8701 --- /dev/null +++ b/app/Console/Commands/DownloadWebMentions.php @@ -0,0 +1,47 @@ +dispatch(new DownloadWebMention($webmention->source)); + } + } +}