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), [
|
return array_merge(parent::share($request), [
|
||||||
'app_name' => config('app.name'),
|
'appName' => config('app.name'),
|
||||||
'notifications' => $notifications,
|
'notifications' => $notifications,
|
||||||
'unreadNotifications' => $unreadNotifications,
|
'unreadNotifications' => $unreadNotifications,
|
||||||
]);
|
]);
|
||||||
|
Reference in New Issue
Block a user