Modify waterfall picture note to be just picture with no content

This commit is contained in:
Jonny Barnes 2018-02-15 18:12:56 +00:00
parent fc75a336cb
commit 7f8adc1220

View file

@ -94,10 +94,9 @@ class NotesTableSeeder extends Seeder
$media->type = 'image';
$media->image_widths = '3648';
$media->save();
$noteWithImage = Note::create([
'note' => 'A lovely waterfall',
]);
$noteWithImage->media()->save($media);
$noteWithOnlyImage = new Note();
$noteWithOnlyImage->save();
$noteWithOnlyImage->media()->save($media);
sleep(1);
$noteFromInstagram = Note::create([
'note' => 'Lovely #wedding #weddingfavour',