Skip to content

Commit

Permalink
Missing Request (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs authored Sep 10, 2020
1 parent b05b65f commit 2e85511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/Inertia/ApiTokenController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ApiTokenController extends Controller
*/
public function index(Request $request)
{
return Jetstream::inertia()->render('API/Index', [
return Jetstream::inertia()->render($request,'API/Index', [
'tokens' => $request->user()->tokens,
'availablePermissions' => Jetstream::$permissions,
'defaultPermissions' => Jetstream::$defaultPermissions,
Expand Down

0 comments on commit 2e85511

Please sign in to comment.