Fixed variable .

This commit is contained in:
Proximity 2020-12-20 12:12:58 -05:00
parent a72abb9147
commit 035e94421e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
<div class="footer-copyright text-center py-3">
<a href="{{ config('APP_URL') }}"> {{ config('APP_NAME') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
<a href="{{ config('APP.URL') }}"> {{ config('APP.NAME') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
</div>
<!-- Copyright -->
<!-- GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html) Built by Miguel Nogueira -->