Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
clandestine8
2021-09-07 00:35:22 +00:00
committed by StyleCI Bot
parent aa77ad18ca
commit 893c8db434
+2 -2
View File
@@ -547,8 +547,8 @@ class TorrentController extends Controller
//Require Resolution if Category is for Movies or TV
$resRule = 'nullable|exists:resolutions,id';
if ($category->movie_meta || $category->tv_meta) {
$resRule = 'required|exists:resolutions,id';
if ($category->movie_meta || $category->tv_meta) {
$resRule = 'required|exists:resolutions,id';
}
// Validation