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()