mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
Apply fixes from StyleCI
This commit is contained in:
@@ -248,7 +248,7 @@ class UserController extends Controller
|
||||
foreach (Peer::where('user_id', '=', $user->id)->get() as $peer) {
|
||||
$peer->delete();
|
||||
}
|
||||
|
||||
|
||||
// Remove all History records for user
|
||||
History::where('user_id', '=', $user->id)->delete();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user