add missing url
This commit is contained in:
parent
164b8c4ddd
commit
8fd85776c6
|
@ -1,6 +1,7 @@
|
||||||
@php
|
@php
|
||||||
$config = [
|
$config = [
|
||||||
'appName' => config('app.name'),
|
'appName' => config('app.name'),
|
||||||
|
'app_url' => config('app.url'),
|
||||||
'locale' => $locale = app()->getLocale(),
|
'locale' => $locale = app()->getLocale(),
|
||||||
'locales' => config('app.locales'),
|
'locales' => config('app.locales'),
|
||||||
'githubAuth' => config('services.github.client_id'),
|
'githubAuth' => config('services.github.client_id'),
|
||||||
|
|
Loading…
Reference in New Issue