mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-09 23:07:50 +00:00
Maintenance: Removed stray dd from last commit
This commit is contained in:
parent
d12e8ec923
commit
f583354748
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class UserController extends Controller
|
|||
try {
|
||||
DB::transaction(function () use ($validated, $sendInvite) {
|
||||
$this->userRepo->create($validated, $sendInvite);
|
||||
dd('post-create');
|
||||
});
|
||||
} catch (UserInviteException $e) {
|
||||
Log::error("Failed to send user invite with error: {$e->getMessage()}");
|
||||
|
|
Loading…
Add table
Reference in a new issue