Fix unit tests
This commit is contained in:
parent
9e788e0fe8
commit
51780523b4
3 changed files with 5 additions and 5 deletions
|
|
@ -53,7 +53,7 @@ class NoteService
|
|||
|
||||
foreach ($this->getMedia($data) as $index => $media) {
|
||||
$note->media()->attach($media['value']->id, [
|
||||
'alt_text' => $media['alt_text'],
|
||||
'alt_text' => $media['alt'],
|
||||
'order' => $index,
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue