From 50869cf2dc2500a9b39f569c579147a22858991c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 29 Sep 2017 08:46:15 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/ReleaseFiles.php | 1 - 1 file changed, 1 deletion(-) diff --git a/nntmux/ReleaseFiles.php b/nntmux/ReleaseFiles.php index 63f634480..b785f22e0 100755 --- a/nntmux/ReleaseFiles.php +++ b/nntmux/ReleaseFiles.php @@ -43,7 +43,6 @@ class ReleaseFiles return ReleaseFile::query()->where('releases_id', $id)->orderBy('name')->get(); } - public function getByGuid($guid) { return ReleaseFile::query()