✨ Ajoute le parser Ouest-France (#13)
Fix #11 Co-authored-by: Clement <clement@desmidt.fr> Reviewed-on: #13
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
|
||||
namespace App;
|
||||
|
||||
use App\Parser\LBC;
|
||||
use App\Parser\Pap;
|
||||
use App\Parser\SeLoger;
|
||||
use GuzzleHttp\Client;
|
||||
use Illuminate\Support\Facades\Config;
|
||||
|
||||
abstract class Parser
|
||||
@@ -15,7 +13,7 @@ abstract class Parser
|
||||
protected function __construct($url)
|
||||
{
|
||||
$this->url = $url;
|
||||
$this->client = new \GuzzleHttp\Client([
|
||||
$this->client = new Client([
|
||||
'timeout' => 60,
|
||||
'verify' => false,
|
||||
'headers' => [
|
||||
|
Reference in New Issue
Block a user