mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 03:13:45 +02:00
More model updates to more places than I anticipated.
This probably broke a lot of things.
This commit is contained in:
@@ -111,7 +111,7 @@ class UserRepository
|
||||
|
||||
DB::commit();
|
||||
|
||||
return $user->id;
|
||||
return $user;
|
||||
} catch (\Exception $ex) {
|
||||
DB::rollBack();
|
||||
throw $ex;
|
||||
|
||||
Reference in New Issue
Block a user