mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Simplyfy return value for mgr check in ProcessMultiGroupReleases class
This commit is contained in:
@@ -44,7 +44,7 @@ class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
{
|
||||
$poster = MultigroupPoster::query()->where('poster', '=', $fromName)->first();
|
||||
|
||||
return empty($poster) ? false : true;
|
||||
return ! empty($poster);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user