making app name camelcase in inertia middleware
This commit is contained in:
@ -51,7 +51,7 @@ class HandleInertiaRequests extends Middleware
|
||||
}
|
||||
|
||||
return array_merge(parent::share($request), [
|
||||
'app_name' => config('app.name'),
|
||||
'appName' => config('app.name'),
|
||||
'notifications' => $notifications,
|
||||
'unreadNotifications' => $unreadNotifications,
|
||||
]);
|
||||
|
Reference in New Issue
Block a user