@@ -49,7 +49,7 @@ |
||
49 | 49 | $countQuery->where('categories_id', $this->option('category')); |
50 | 50 | } elseif ($this->option('categories')) { |
51 | 51 | $countQuery->whereIn('categories_id', explode(',', $this->option('categories'))); |
52 | - } elseif($this->option('test')) { |
|
52 | + } elseif ($this->option('test')) { |
|
53 | 53 | $countQuery; |
54 | 54 | } else { |
55 | 55 | $this->error('You must specify at least one option. See: --help'); |