add missing url

This commit is contained in:
Julien Nahum 2023-11-30 11:45:23 +01:00
parent 164b8c4ddd
commit 8fd85776c6
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
@php
$config = [
'appName' => config('app.name'),
'app_url' => config('app.url'),
'locale' => $locale = app()->getLocale(),
'locales' => config('app.locales'),
'githubAuth' => config('services.github.client_id'),