mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
CS fixes
This commit is contained in:
@@ -49,8 +49,8 @@ class RecategorizeReleases extends Command
|
||||
$countQuery->where('categories_id', $this->option('category'));
|
||||
} elseif ($this->option('categories')) {
|
||||
$countQuery->whereIn('categories_id', explode(',', $this->option('categories')));
|
||||
} elseif($this->option('test')) {
|
||||
$countQuery;
|
||||
} elseif ($this->option('test')) {
|
||||
|
||||
} else {
|
||||
$this->error('You must specify at least one option. See: --help');
|
||||
exit();
|
||||
|
||||
Reference in New Issue
Block a user