mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-08 04:00:14 -05:00
(Update) CRUDDY PT.10 🚀
This commit is contained in:
@@ -72,7 +72,7 @@ class NewUploadTip extends Notification implements ShouldQueue
|
||||
return [
|
||||
'title' => $this->tipper.' Has Tipped You '.$this->amount.' BON For An Uploaded Torrent',
|
||||
'body' => $this->tipper.' has tipped one of your Uploaded Torrents '.$this->torrent->name,
|
||||
'url' => "/torrents/{$this->torrent->slug}.{$this->torrent->id}",
|
||||
'url' => "/torrents/{$this->torrent->id}",
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user