Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Mar 14, 2024
1 parent e4d7008 commit ba29924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/View/Modifications/BlockquoteModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public function handle(string $content, \Closure $next)
$content = Str::of($content)->replace($tag, '<p>'.$html.'</p>');
});


return $next($content);
}
}

0 comments on commit ba29924

Please sign in to comment.