@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | $canonicalLink = $canonical->first()->attr('href'); |
| 58 | - $post = $this->postRepository->withAudio()->filter(function (Post $post) use ($canonicalLink) { |
|
| 58 | + $post = $this->postRepository->withAudio()->filter(function(Post $post) use ($canonicalLink) { |
|
| 59 | 59 | return $canonicalLink === $post->url(); |
| 60 | 60 | })->first(); |
| 61 | 61 | |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | $header = [ |
| 67 | - '---' , |
|
| 67 | + '---', |
|
| 68 | 68 | 'redirect_from:', |
| 69 | 69 | ]; |
| 70 | 70 | |