diff options
| author | Horus | 2021-01-14 12:15:03 +0100 |
|---|---|---|
| committer | Horus | 2021-01-14 12:15:03 +0100 |
| commit | 20ed3c2e6dbc417dc0fede674894457ac6231410 (patch) | |
| tree | 7d3af6abfee17bee4f291c1c0d597c9d690a3439 /composer.json | |
| parent | 983167172a7995acc86c6bd05ea4c268845f1ffe (diff) | |
| download | zeitumstellung-20ed3c2e6dbc417dc0fede674894457ac6231410.tar.gz | |
Fix php warning.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } } |
