From fd8d921d1f84d0f78e4d7ff8def440316273da1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 10 May 2021 07:50:09 +0200 Subject: [PATCH] list --- content/list.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/list.blade.php b/content/list.blade.php index 533de5c..f7fe65e 100644 --- a/content/list.blade.php +++ b/content/list.blade.php @@ -17,7 +17,7 @@ @if (isset($listModel)) {{ $listModel->description }} @else - {{ \Setting::get('description')}} + {{ config('settings.description')}} @endif