From bd6af021701590614e53a7e2843f00244f2cc3ca Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 15 Sep 2016 15:41:54 +0100 Subject: [PATCH] =?UTF-8?q?Artisan=20command=20to=20initiaite=20redownload?= =?UTF-8?q?=20of=20webmention=E2=80=99s=20HTML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/DownloadWebMentions.php | 47 ++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 app/Console/Commands/DownloadWebMentions.php 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)); + } + } +}