Vita Theresia Simarmata

Results 2 issues of Vita Theresia Simarmata

![ga3](https://user-images.githubusercontent.com/14541138/157615630-8293f4bd-1bb8-4bb5-836e-001edcfd45f4.JPG) __

public function handle() { $Client = new Client(); $scrawler = $client->request('GET', 'https://www.symfony.com/blog/'); $crawler->filter('h2 > a')->each(function ($node) { print $node->text()."\n"; }); } **_Symfony\Component\Debug\Exception\FatalThrowableError : Class 'Goutte\Client' not found_**