mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-26 04:59:16 -05:00
refactor: newline after statement
This commit is contained in:
@@ -48,6 +48,7 @@ class PlaylistTorrentController extends Controller
|
||||
return \redirect()->route('playlists.show', ['id' => $playlist->id])
|
||||
->withErrors($v->errors());
|
||||
}
|
||||
|
||||
$playlistTorrent->save();
|
||||
|
||||
return \redirect()->route('playlists.show', ['id' => $playlist->id])
|
||||
|
||||
Reference in New Issue
Block a user