@@ -60,7 +60,7 @@ |
||
60 | 60 | $crawler = new Crawler($response->content()); |
61 | 61 | |
62 | 62 | $content = $crawler->filter('link, script[src], img[src]') |
63 | - ->extract(['src', 'href']); |
|
63 | + ->extract(['src', 'href']); |
|
64 | 64 | |
65 | 65 | // TODO: Ordering might be necessary for manifest files due to https://laravel.com/docs/5.5/mix#vendor-extraction |
66 | 66 | return collect($content)->flatten(1) |