Skip to content

Commit

Permalink
syntax error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CihanSenturk committed Apr 26, 2022
1 parent c518611 commit ee6cf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Abstracts/View/Components/DocumentShow.php
Expand Up @@ -1174,7 +1174,7 @@ protected function getTimelineStatuses($type, $hideTimelineStatuses)

$hideTimelineStatuses = ['paid', 'cancelled'];

if ($timelime_statuses = config('type.' . $type . 'timeline_statuses')) {
if ($timelime_statuses = config('type.' . $type . '.timeline_statuses')) {
$hideTimelineStatuses = $timelime_statuses;
}

Expand Down

0 comments on commit ee6cf2f

Please sign in to comment.