mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
refactor: newline after statement
This commit is contained in:
@@ -62,6 +62,7 @@ class SeedboxController extends Controller
|
||||
return \redirect()->route('seedboxes.index', ['username' => $user->username])
|
||||
->withErrors($v->errors());
|
||||
}
|
||||
|
||||
$seedbox->save();
|
||||
|
||||
return \redirect()->route('seedboxes.index', ['username' => $user->username])
|
||||
|
||||
Reference in New Issue
Block a user