@@ -48,8 +48,8 @@ |
||
48 | 48 | protected function mapWebRoutes() |
49 | 49 | { |
50 | 50 | Route::middleware('web') |
51 | - ->namespace($this->namespace) |
|
52 | - ->group(base_path('routes/web.php')); |
|
51 | + ->namespace($this->namespace) |
|
52 | + ->group(base_path('routes/web.php')); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
@@ -27,7 +27,7 @@ |
||
27 | 27 | return $this->cache->remember( |
28 | 28 | md5("itunes_track_url_{$term}{$album}{$artist}"), |
29 | 29 | 24 * 60 * 7, |
30 | - function () use ($term, $album, $artist): ?string { |
|
30 | + function () use ($term, $album, $artist) : ?string { |
|
31 | 31 | $params = [ |
32 | 32 | 'term' => $term.($album ? " $album" : '').($artist ? " $artist" : ''), |
33 | 33 | 'media' => 'music', |