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

Commit

Permalink
fix: remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Oct 24, 2024
1 parent 82220ab commit 2e59da7
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;

dump($joinable->getTranslation('name', 'en'));

flash(__('You have cancelled your request to join :team.', ['team' => $joinable->getTranslation('name', 'en')]), 'success');

$request->user()->forceFill([
Expand Down

0 comments on commit 2e59da7

Please sign in to comment.