From b7193995b5c1c16bb1e16149a51c4b66a3fb559f Mon Sep 17 00:00:00 2001 From: Jan Galek Date: Mon, 9 Jul 2018 10:58:37 +0200 Subject: [PATCH] Fix: live test --- tests/CalendarTests/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CalendarTests/test.php b/tests/CalendarTests/test.php index 97b6078..e978165 100644 --- a/tests/CalendarTests/test.php +++ b/tests/CalendarTests/test.php @@ -63,7 +63,7 @@ ]; -$configuration = new \GalekTests\Calendar\Models\Configurator($config); +$configuration = new \Galek\Utils\Calendar\Configuration\CalendarManager($config); bdump($configuration);