(Update) System Messages 🚀

- formated for new chat
This commit is contained in:
HDVinnie
2019-02-09 20:02:21 -05:00
parent 286b70a84d
commit 8a7310f2d5
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class PollController extends Controller
$profile_url = hrefProfile($user);
$this->chat->systemMessage(
":robot: [b][color=#fb9776]System[/color][/b] : [url={$profile_url}]{$user->username}[/url] has voted on poll [url={$poll_url}]{$poll->title}[/url]"
"[url={$profile_url}]{$user->username}[/url] has voted on poll [url={$poll_url}]{$poll->title}[/url]"
);
return redirect('poll/'.$poll->slug.'/result')