PHP Style Change (Laravel Pint CI)

This commit is contained in:
HDVinnie
2023-07-18 04:53:41 +00:00
committed by HDVinne
parent 3330e0aa1f
commit ab1bcce48c
+2 -2
View File
@@ -270,8 +270,8 @@ class TorrentController extends Controller
'receiver_id' => $user_id,
'subject' => 'Torrent Deleted! - '.$torrent->name,
'message' => '[b]Attention:[/b] Torrent '.$torrent->name." has been removed from our site. Our system shows that you were either the uploader, a seeder or a leecher on said torrent. We just wanted to let you know you can safely remove it from your client.\n\n[b]Removal Reason:[/b] ".$request->message."\n\n[color=red][b]THIS IS AN AUTOMATED SYSTEM MESSAGE, PLEASE DO NOT REPLY![/b][/color]",
'created_at' => now(),
'updated_at' => now(),
'created_at' => now(),
'updated_at' => now(),
];
}