From ee6cf2f8c837d8fce685592472ffdf40caf4e309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Tue, 26 Apr 2022 09:42:24 +0300 Subject: [PATCH] syntax error fixed --- app/Abstracts/View/Components/DocumentShow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Abstracts/View/Components/DocumentShow.php b/app/Abstracts/View/Components/DocumentShow.php index 49a71f591..211b83183 100644 --- a/app/Abstracts/View/Components/DocumentShow.php +++ b/app/Abstracts/View/Components/DocumentShow.php @@ -1174,7 +1174,7 @@ abstract class DocumentShow extends Base $hideTimelineStatuses = ['paid', 'cancelled']; - if ($timelime_statuses = config('type.' . $type . 'timeline_statuses')) { + if ($timelime_statuses = config('type.' . $type . '.timeline_statuses')) { $hideTimelineStatuses = $timelime_statuses; }