Fix phpcs issues in Note.php
This commit is contained in:
parent
de8175b5af
commit
8efbfbb551
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class Note extends Model
|
||||||
if ($media->type == 'image') {
|
if ($media->type == 'image') {
|
||||||
$note .= '<img src="' . $media->url . '" alt="">';
|
$note .= '<img src="' . $media->url . '" alt="">';
|
||||||
}
|
}
|
||||||
if ($media->type == 'audio' ){
|
if ($media->type == 'audio') {
|
||||||
$note .= '<audio src="' . $media->url . '">';
|
$note .= '<audio src="' . $media->url . '">';
|
||||||
}
|
}
|
||||||
if ($media->type == 'video') {
|
if ($media->type == 'video') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue