File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7878
7979 /** Set the path to the view file */
8080 'view ' => [
81+ 'ignore-message ' => env ('IGNORE_MESSAGE ' , 'ignore-message ' ),
82+
8183 'namespace ' => env ('TGN_VIEW_NAMESPACE ' , 'tg-notifier ' ),
8284
8385 'default ' => env (
Original file line number Diff line number Diff line change 1919@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
2020@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
2121@else
22- IGNORE_MESSAGE
22+ {{ config ( ' telegram-git-notifier.view.ignore-message ' ) } }
2323@endif
Original file line number Diff line number Diff line change 1919@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
2020@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
2121@else
22- IGNORE_MESSAGE
22+ {{ config ( ' telegram-git-notifier.view.ignore-message ' ) } }
2323@endif
Original file line number Diff line number Diff line change 1919@include (' tg-notifier::events.shared.partials.github._assignees' , compact (' payload' , ' event' ) )
2020@include (' tg-notifier::events.shared.partials.github._body' , compact (' payload' , ' event' ) )
2121@else
22- IGNORE_MESSAGE
22+ {{ config ( ' telegram-git-notifier.view.ignore-message ' ) } }
2323@endif
You can’t perform that action at this time.
0 commit comments