mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
StyleCI Bot
parent
aa77ad18ca
commit
893c8db434
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user