From 02cfe4882464ca99317e05a925fba99394ca25ae Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 23 Sep 2018 14:02:31 +0300 Subject: - new directory structure - singular exception - starting exception deprecation --- tests/slow-client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/slow-client.php') diff --git a/tests/slow-client.php b/tests/slow-client.php index 2722868c..f09142b5 100644 --- a/tests/slow-client.php +++ b/tests/slow-client.php @@ -3,7 +3,7 @@ use Spiral\Goridge; ini_set('display_errors', 'stderr'); -require dirname(__DIR__) . "/../vendor/autoload.php"; +require dirname(__DIR__) . "/vendor/autoload.php"; if (count($argv) < 3) { die("need 2 arguments"); -- cgit v1.2.3