Upgrade to Laravel 13
This commit is contained in:
parent
e8e2bff5e4
commit
9f012b01e4
117 changed files with 1878 additions and 2215 deletions
|
|
@ -31,7 +31,7 @@ class ReDownloadWebMentions extends Command
|
|||
{
|
||||
$webmentions = WebMention::all();
|
||||
foreach ($webmentions as $webmention) {
|
||||
$this->info('Initiation re-download of ' . $webmention->source);
|
||||
$this->info('Initiation re-download of '.$webmention->source);
|
||||
dispatch(new DownloadWebMention($webmention->source));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue