Output info to the console
This commit is contained in:
parent
24edb96242
commit
d000295c63
2 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@ class ReDownloadWebMentions extends Command
|
|||
{
|
||||
$webmentions = WebMention::all();
|
||||
foreach ($webmentions as $webmention) {
|
||||
$this->info('Initiation re-download of ' . $webmention->source);
|
||||
$this->dispatch(new DownloadWebMention($webmention->source));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue