Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Jun 7, 2024
2 parents 3088edb + 670c5c2 commit d1bbbf8
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 d1bbbf8

Please sign in to comment.