Fix difference in URLs in webmention

This commit is contained in:
Jonny Barnes 2017-06-22 15:40:17 +01:00
parent 0c62e558ec
commit c96539f9c8

View file

@ -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',