syntax error fixed

This commit is contained in:
Cihan Şentürk 2022-04-26 09:42:24 +03:00 committed by GitHub
parent c5186112a8
commit ee6cf2f8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}