Skip to content

Commit

Permalink
Apply Code Style Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp authored and github-actions[bot] committed Jun 7, 2024
1 parent 4026a55 commit 670c5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Middleware/HandleInertiaRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public function share(Request $request): array
'location' => $request->url(),
]);
},
'success' => fn() => $request->session()->get('success'),
'warning' => fn() => $request->session()->get('warning'),
'success' => fn () => $request->session()->get('success'),
'warning' => fn () => $request->session()->get('warning'),
]);
}
}

0 comments on commit 670c5c2

Please sign in to comment.