🔥 Supprime un commentaire

This commit is contained in:
Clement 2020-07-28 16:20:55 +02:00
parent 1a74a642c1
commit 7d7b949bec
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ class OuestFrance extends Parser
*/
public function parse(): ParsedHome
{
/*
public $map
*/
$request = $this->client->get($this->url);
$body = $request->getBody()->getContents();
$crawler = new Crawler($body);