mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Maintenance: Removed stray dd from last commit
This commit is contained in:
@@ -96,7 +96,6 @@ class UserController extends Controller
|
|||||||
try {
|
try {
|
||||||
DB::transaction(function () use ($validated, $sendInvite) {
|
DB::transaction(function () use ($validated, $sendInvite) {
|
||||||
$this->userRepo->create($validated, $sendInvite);
|
$this->userRepo->create($validated, $sendInvite);
|
||||||
dd('post-create');
|
|
||||||
});
|
});
|
||||||
} catch (UserInviteException $e) {
|
} catch (UserInviteException $e) {
|
||||||
Log::error("Failed to send user invite with error: {$e->getMessage()}");
|
Log::error("Failed to send user invite with error: {$e->getMessage()}");
|
||||||
|
Reference in New Issue
Block a user