@@ -145,7 +145,7 @@ |
||
| 145 | 145 | foreach ($categories as $category) { |
| 146 | 146 | $item = ['title' => (string) $category->attributes()->text, 'children' => []]; |
| 147 | 147 | |
| 148 | - if (! empty($category->xpath('itunes:category'))) { |
|
| 148 | + if (!empty($category->xpath('itunes:category'))) { |
|
| 149 | 149 | $inner = $this->fetchCategories($category); |
| 150 | 150 | |
| 151 | 151 | $item['children'] = $inner; |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | */ |
| 12 | 12 | public function boot() |
| 13 | 13 | { |
| 14 | - $this->app->singleton('tzsk-scrape-pod', function () { |
|
| 14 | + $this->app->singleton('tzsk-scrape-pod', function() { |
|
| 15 | 15 | return new ScrapePodcast(); |
| 16 | 16 | }); |
| 17 | 17 | } |