Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-04-11 12:44:50 +00:00
committed by StyleCI Bot
parent f254f7569d
commit 6d0b51db5a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -217,7 +217,6 @@ class Movie
return MovieInfo::query()->where('imdbid', $imdbId)->first();
}
/**
* @param $page
* @param $cat
@@ -228,7 +227,6 @@ class Movie
*/
public function getMovieRange($page, $cat, array $excludedcats = [])
{
$sql = Release::query()->selectRaw("GROUP_CONCAT(r.id ORDER BY r.postdate DESC SEPARATOR ',') AS grp_release_id,
GROUP_CONCAT(r.rarinnerfilecount ORDER BY r.postdate DESC SEPARATOR ',') as grp_rarinnerfilecount,
GROUP_CONCAT(r.haspreview ORDER BY r.postdate DESC SEPARATOR ',') AS grp_haspreview,
+1 -1
View File
@@ -2,9 +2,9 @@
namespace App\Http\Controllers;
use App\Models\Category;
use App\Models\User;
use Blacklight\Movie;
use App\Models\Category;
use Illuminate\Http\Request;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Auth;