Fix difference in URLs in webmention
This commit is contained in:
parent
0c62e558ec
commit
c96539f9c8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class WebMentionsTableSeeder extends Seeder
|
|||
public function run()
|
||||
{
|
||||
$webmention = App\WebMention::create([
|
||||
'source' => 'https://aaornpk.local/reply/1',
|
||||
'source' => 'https://aaornpk.localhost/reply/1',
|
||||
'target' => 'https://jonnybarnes.localhost/notes/D',
|
||||
'commentable_id' => '13',
|
||||
'commentable_type' => 'App\Note',
|
||||
|
|
Loading…
Add table
Reference in a new issue