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