(Update) CRUDDY PT.10 🚀

This commit is contained in:
HDVinnie
2019-11-03 13:09:45 -05:00
parent 65e7408286
commit 92f825289e
57 changed files with 379 additions and 336 deletions
+1 -1
View File
@@ -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}",
];
}
}