@@ -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