mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 09:20:21 -05:00
(Update) CRUDDY PT.10 🚀
This commit is contained in:
@@ -68,7 +68,7 @@ class NewRequestFill extends Notification implements ShouldQueue
|
||||
return [
|
||||
'title' => $this->sender.' Has Filled One Of Your Torrent Requests',
|
||||
'body' => $this->sender.' has filled one of your Requested Torrents '.$this->tr->name,
|
||||
'url' => "/request/{$this->tr->id}",
|
||||
'url' => "/requests/{$this->tr->id}",
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user