(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
@@ -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}",
];
}
}