Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Oct 24, 2024
1 parent b3a204d commit d6dde0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stubs/app/Http/Controllers/JoinController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public function cancel(Request $request): RedirectResponse
/** @var Organization */
$joinable = $request->user()->joinable;

dd($joinable->name);

$request->user()->forceFill([
'joinable_type' => null,
'joinable_id' => null,
Expand Down

0 comments on commit d6dde0a

Please sign in to comment.