Skip to content

Commit f583354

Browse files
committed
Maintenance: Removed stray dd from last commit
1 parent d12e8ec commit f583354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Users/Controllers/UserController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function store(Request $request)
9696
try {
9797
DB::transaction(function () use ($validated, $sendInvite) {
9898
$this->userRepo->create($validated, $sendInvite);
99-
dd('post-create');
10099
});
101100
} catch (UserInviteException $e) {
102101
Log::error("Failed to send user invite with error: {$e->getMessage()}");

0 commit comments

Comments
 (0)