mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor: use typed config helper for appName
This commit is contained in:
parent
4aa0647224
commit
1bd2188671
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ final class HandleInertiaRequests extends Middleware
|
|||
{
|
||||
return [
|
||||
...parent::share($request),
|
||||
'appName' => config('app.name'),
|
||||
'appName' => config()->string('app.name'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue