Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
  • Loading branch information
Orrison committed Jun 7, 2024
1 parent 22c146f commit e418a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Support/MediaEncoding/TiptapMediaEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ public static function encodeContent(string $content, string $disk): string
if (
$regexMatch === 1
&& ! Storage::disk($disk)->exists($matches[1][0])
&& Str::isUrl($content)) {
&& Str::isUrl($content)
) {
return $content;
}

Expand Down

0 comments on commit e418a3c

Please sign in to comment.