refactor: require whitespace before statements

This commit is contained in:
Roardom
2023-06-20 07:54:49 +00:00
parent c55de708e0
commit 9d4789ba91
176 changed files with 270 additions and 168 deletions
-1
View File
@@ -137,7 +137,6 @@ class PostController extends Controller
Notification::send($users, new NewPostTag($post));
}
return redirect()->to($realUrl)
->withSuccess(trans('forum.reply-topic-success'));
}