From 977d965dd8ddaa6be33a43ae145700734f8774a3 Mon Sep 17 00:00:00 2001 From: eliseekn Date: Wed, 23 Aug 2023 23:02:07 +0000 Subject: [PATCH] Fix InvalidPeriodException with WEEK Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bab72f8..29fdf98 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ composer require eliseekn/laravel-metrics - MySQL support - Verbose query builder - Custom date column definition +- Days and months names translation ## Usage Import the `Eliseekn\LaravelMetrics\LaravelMetrics` class in your controller and use it as follows :