From 20ed3c2e6dbc417dc0fede674894457ac6231410 Mon Sep 17 00:00:00 2001 From: Horus Date: Thu, 14 Jan 2021 12:15:03 +0100 Subject: Fix php warning. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b690b8d..0dc1bd2 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,6 @@ "nesbot/carbon": "^2.43" }, "autoload": { - "files": [ "inc/config.php", "inc/Zeitumstellung.php", "inc/ical.php"] + "files": [ "inc/config.php", "inc/Zeitumstellung.php", "inc/iCalFeed.php"] } } -- cgit v1.2.3