Changes to post|put|patch|delete
This commit is contained in:
@@ -57,6 +57,7 @@ public function share(Request $request): array
|
||||
'error' => fn () => $request->session()->get('error'),
|
||||
'warning' => fn () => $request->session()->get('warning'),
|
||||
'info' => fn () => $request->session()->get('info'),
|
||||
'method' => fn () => $request->session()->get('flash_method'), // HTTP method for toast styling
|
||||
],
|
||||
'notifications' => function () use ($request) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user