Skip to content

Commit

Permalink
Update FacebookPublishJob.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantai235 authored Oct 2, 2024
1 parent 753c0c1 commit 3790cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Domains/Social/Jobs/Publish/FacebookPublishJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ public function handle()
* 整理文章通知的內容
*/
$message = $contentFluent->reset()
->body('投稿網址: https://cowbanursing.soci.vip/')
->hr()
->header($this->cards->id)
->hr()
->body($this->cards->content)
->hr()
->body('投稿網址: https://cowbanursing.soci.vip/')
->build();

/**
Expand Down

0 comments on commit 3790cbd

Please sign in to comment.