SINGLE QUOTES

This commit is contained in:
spencerrlongg
2023-11-15 16:27:01 -06:00
parent 9f303cc116
commit eaa68327f7
4 changed files with 12 additions and 31 deletions

View File

@@ -95,9 +95,7 @@ class ProfileController extends Controller
abort(403);
}
return view('account/api', [
'tokens' => Auth::user()->tokens()->get(),
]);
return view('account/api');
}
/**