Fix APP_URL being called SITE_URL

This commit is contained in:
Nabeel Shahzad
2021-04-20 23:28:57 -04:00
parent 61739ce266
commit 2545328233
5 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
<td>Site URL</td>
<td style="text-align:center;">
<div class="form-group">
{{ Form::input('text', 'site_url', Request::root(), ['class' => 'form-control']) }}
{{ Form::input('text', 'app_url', Request::root(), ['class' => 'form-control']) }}
</div>
</td>
</tr>