Fix data for local page loading
This commit is contained in:
parent
8c1709c022
commit
d2123f6bfa
1 changed files with 0 additions and 6 deletions
|
@ -209,12 +209,6 @@ EOF;
|
||||||
->where('id', $noteWithLongUrl->id)
|
->where('id', $noteWithLongUrl->id)
|
||||||
->update(['updated_at' => $now->toDateTimeString()]);
|
->update(['updated_at' => $now->toDateTimeString()]);
|
||||||
|
|
||||||
$noteWithLocation = Note::create([
|
|
||||||
'note' => 'Some location data',
|
|
||||||
'created_at' => $now->subDay(),
|
|
||||||
'location' => '1.23,4.56',
|
|
||||||
]);
|
|
||||||
|
|
||||||
Note::factory(10)->create();
|
Note::factory(10)->create();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue