From 515aeadb32f69975e49e436e5469ee095c8e7d96 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 15 Sep 2023 03:14:54 +0300 Subject: [PATCH] add curl dependency --- src/config/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/bootstrap.php b/src/config/bootstrap.php index 1ce99ad..8fe5721 100644 --- a/src/config/bootstrap.php +++ b/src/config/bootstrap.php @@ -39,6 +39,7 @@ require_once __DIR__ . '/../library/database.php'; require_once __DIR__ . '/../library/sphinx.php'; require_once __DIR__ . '/../library/scrapeer.php'; require_once __DIR__ . '/../library/time.php'; +require_once __DIR__ . '/../library/curl.php'; // Vendors autoload require_once __DIR__ . '/../../vendor/autoload.php';