From 476eb141b89653672c7d56c1b276f3491eb07356 Mon Sep 17 00:00:00 2001 From: Joop Schilder Date: Wed, 16 Jan 2019 16:39:14 +0100 Subject: [PATCH] Renamed package --- src/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/functions.php b/src/functions.php index 86a13c9..ab65b50 100644 --- a/src/functions.php +++ b/src/functions.php @@ -2,8 +2,6 @@ namespace Joop\Asynchronous; -require_once __DIR__ . '/../vendor/autoload.php'; - if (!function_exists('async_run')) { /**