From a930437946fba3bca63ed55b9f7d255dfbdd12e3 Mon Sep 17 00:00:00 2001 From: Faustin Date: Sat, 19 Nov 2022 15:59:08 +0100 Subject: [PATCH] Unwanted insert --- htdocs/projet/class/taskstats.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/projet/class/taskstats.class.php b/htdocs/projet/class/taskstats.class.php index 00060ecd926..5794d585101 100644 --- a/htdocs/projet/class/taskstats.class.php +++ b/htdocs/projet/class/taskstats.class.php @@ -15,9 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - -use Illuminate\Support\Arr; - include_once DOL_DOCUMENT_ROOT.'/core/class/stats.class.php'; include_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';